xo-interpreter: handle define-expressions.
This commit is contained in:
parent
f98d1345d3
commit
fb5c43dc85
16 changed files with 523 additions and 53 deletions
|
|
@ -97,6 +97,8 @@ namespace xo {
|
|||
|
||||
/** memory allocator for objects. Likely this will be a GC instance,
|
||||
* but simple arena also supported.
|
||||
*
|
||||
* Load-bearing for .assign_member()
|
||||
**/
|
||||
static gc::IAlloc * mm;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue