xo-interpreter: handle define-expressions.

This commit is contained in:
Roland Conybeare 2025-11-24 18:01:24 -05:00
commit 5c032834c6

View file

@ -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;