xo-expression/xo-reader: refactor Environment -> SymbolTable
This commit is contained in:
parent
cfca87ee44
commit
800928cd69
40 changed files with 146 additions and 510 deletions
|
|
@ -40,7 +40,7 @@ namespace xo {
|
|||
return std::set<std::string>();
|
||||
}
|
||||
|
||||
virtual void attach_envs(bp<Environment> /*p*/) override {}
|
||||
virtual void attach_envs(bp<SymbolTable> /*p*/) override {}
|
||||
|
||||
}; /*ConstantInterface*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue