xo-interpreter2 stack: modularize nth() primitive setup/install
This commit is contained in:
parent
4c9771126b
commit
e67117c815
6 changed files with 22 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue