xo-interpreter2 stack: define-expr's work at top-level
This commit is contained in:
parent
57f6f9073e
commit
6f3833d6fb
56 changed files with 1550 additions and 65 deletions
|
|
@ -32,6 +32,12 @@ namespace xo {
|
|||
{
|
||||
}
|
||||
|
||||
DGlobalSymtab *
|
||||
SchematikaParser::global_symtab() const noexcept
|
||||
{
|
||||
return psm_.global_symtab();
|
||||
}
|
||||
|
||||
bool
|
||||
SchematikaParser::is_at_toplevel() const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@ namespace xo {
|
|||
{
|
||||
}
|
||||
|
||||
DGlobalSymtab *
|
||||
SchematikaReader::global_symtab() const noexcept
|
||||
{
|
||||
return parser_.global_symtab();
|
||||
}
|
||||
|
||||
void
|
||||
SchematikaReader::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue