xo-interpreter2 stack: + stringtable() in RuntimeContext api
This commit is contained in:
parent
e67117c815
commit
7b8e864668
4 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,12 @@ namespace xo {
|
|||
return parser_.global_env();
|
||||
}
|
||||
|
||||
StringTable *
|
||||
SchematikaReader::stringtable() noexcept
|
||||
{
|
||||
return parser_.stringtable();
|
||||
}
|
||||
|
||||
void
|
||||
SchematikaReader::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue