xo-interpreter2: vsm stack: facet + gcobject + printable + init

This commit is contained in:
Roland Conybeare 2026-02-04 01:44:28 -05:00
commit 5292518eaf
33 changed files with 980 additions and 141 deletions

View file

@ -181,7 +181,7 @@ namespace xo {
VsmInstr pc_ = VsmInstr::c_halt;
/** stack pointer **/
VsmFrame * stack_ = nullptr;
obj<AGCObject> stack_;
/** expression register **/
obj<AExpression> expr_;