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
|
|
@ -55,7 +55,7 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
Sequence::attach_envs(bp<Environment> p) {
|
||||
Sequence::attach_envs(bp<SymbolTable> p) {
|
||||
for (const auto & x : expr_v_)
|
||||
x->attach_envs(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue