xo-interpreter2 stack: + stringtable() in RuntimeContext api
This commit is contained in:
parent
aed354cf67
commit
383e1983a3
6 changed files with 25 additions and 0 deletions
|
|
@ -100,6 +100,12 @@ namespace xo {
|
|||
return error_mm_.to_op();
|
||||
}
|
||||
|
||||
StringTable *
|
||||
VirtualSchematikaMachine::stringtable() noexcept
|
||||
{
|
||||
return reader_.stringtable();
|
||||
}
|
||||
|
||||
bool
|
||||
VirtualSchematikaMachine::is_at_toplevel() const noexcept
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue