xo-interpreter2 stack: work on runtime error representation [WIP]

This commit is contained in:
Roland Conybeare 2026-02-12 18:46:43 -05:00
commit ce5232efd9
18 changed files with 524 additions and 27 deletions

View file

@ -148,6 +148,8 @@ namespace xo {
}
}
// ----- GCObject facet ------
auto
DList::shallow_size() const noexcept -> size_type
{
@ -175,7 +177,7 @@ namespace xo {
auto iface = xo::facet::impl_for<AGCObject,DList>();
gc.forward_inplace(&iface, (void **)(&rest_));
return shallow_size();
return this->shallow_size();
}
} /*namespace scm*/
} /*namespace xo*/