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
|
|
@ -61,7 +61,7 @@ namespace xo {
|
|||
return xform_fn(this);
|
||||
}
|
||||
|
||||
virtual void attach_envs(bp<Environment> p) override {
|
||||
virtual void attach_envs(bp<SymbolTable> p) override {
|
||||
arg_->attach_envs(p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue