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
|
|
@ -32,6 +32,12 @@ namespace xo {
|
|||
return parser_.global_symtab();
|
||||
}
|
||||
|
||||
DGlobalEnv *
|
||||
SchematikaReader::global_env() const noexcept
|
||||
{
|
||||
return parser_.global_env();
|
||||
}
|
||||
|
||||
void
|
||||
SchematikaReader::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue