xo-interpreter2: + nil + cons

This commit is contained in:
Roland Conybeare 2026-03-11 16:19:40 -05:00
commit 7c3d546982
2 changed files with 33 additions and 2 deletions

View file

@ -31,7 +31,7 @@ namespace xo {
using xo::scm::DFloat;
using xo::scm::DBoolean;
using xo::scm::DInteger;
using xo::scm::DRuntimeError;
// using xo::scm::DRuntimeError;
using xo::mm::AGCObject;
using xo::mm::MemorySizeInfo;
using xo::mm::AAllocator;