xo-interpreter2 stack: work on runtime error representation [WIP]

This commit is contained in:
Roland Conybeare 2026-02-12 18:46:43 -05:00
commit 497dc8a626
5 changed files with 86 additions and 13 deletions

View file

@ -225,7 +225,6 @@ namespace xo {
vsm.visit_pools(visitor);
}
#ifdef NOT_YET
TEST_CASE("VirtualSchematikaMachine-apply2", "[interpreter2][VSM]")
{
scope log(XO_DEBUG(true));
@ -265,7 +264,6 @@ namespace xo {
FacetRegistry::instance().visit_pools(visitor);
vsm.visit_pools(visitor);
}
#endif
} /*namespace ut*/
} /*namespace xo*/