xo-interpreter: handle define-expressions.
This commit is contained in:
parent
f98d1345d3
commit
fb5c43dc85
16 changed files with 523 additions and 53 deletions
|
|
@ -101,7 +101,7 @@ namespace xo {
|
|||
{
|
||||
Cpof cpof(mm, this);
|
||||
|
||||
size_t z = size();
|
||||
size_t z = this->size();
|
||||
|
||||
LocalEnv * copy = new (cpof) LocalEnv(cpof.mm_, parent_, symtab_, z);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue