xo-interpreter2 stack: define-expr's work at top-level

This commit is contained in:
Roland Conybeare 2026-02-17 14:42:17 -05:00
commit 121fb2dfad
6 changed files with 30 additions and 9 deletions

View file

@ -24,6 +24,12 @@ namespace xo {
{
}
DGlobalSymtab *
SchematikaReader::global_symtab() const noexcept
{
return parser_.global_symtab();
}
void
SchematikaReader::visit_pools(const MemorySizeVisitor & visitor) const
{