xo-expression/xo-reader: refactor Environment -> SymbolTable
This commit is contained in:
parent
8746188971
commit
63399df3ce
23 changed files with 104 additions and 101 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