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