xo-interpreter2 stack: modularize nth() primitive setup/install

This commit is contained in:
Roland Conybeare 2026-03-15 09:47:14 -05:00
commit e67117c815
6 changed files with 22 additions and 5 deletions

View file

@ -42,6 +42,12 @@ namespace xo {
return psm_.global_symtab();
}
DGlobalEnv *
SchematikaParser::global_env() const noexcept
{
return psm_.global_env();
}
bool
SchematikaParser::is_at_toplevel() const
{