defun done

This commit is contained in:
IXtreme 2026-08-02 23:42:46 -04:00
parent f4fccc86d2
commit 7a9b823faf

View file

@ -864,7 +864,7 @@ int main() {
m.invalidgc = true;
auto exp = m.read_expr(std::cin);
m.invalidgc = false;
std::cout << "done reading" << std::endl;
//std::cout << "done reading" << std::endl;
//r.D = exp;
//m.reg = r;
m.reg.D = exp;
@ -878,7 +878,7 @@ int main() {
std::cout << err << std::endl;
}
//std::cout << "out of loop" << std::endl;
std::cout << "freepos: " << m.freepos << " out of: " << m.maxCells << std::endl;
//std::cout << "freepos: " << m.freepos << " out of: " << m.maxCells << std::endl;
c.d = m.mem[m.reg.R].d;
m.ListPrint(c);