xo-interpreter2: + skrepl (read eval print loop)

This commit is contained in:
Roland Conybeare 2026-02-18 01:46:45 -05:00
commit 3c20facb34
6 changed files with 268 additions and 12 deletions

View file

@ -86,6 +86,12 @@ namespace xo {
return error_mm_.to_op();
}
bool
VirtualSchematikaMachine::is_at_toplevel() const noexcept
{
return reader_.is_at_toplevel();
}
void
VirtualSchematikaMachine::visit_pools(const MemorySizeVisitor & visitor) const
{