xo-reader2: enable alloc headers for parser stack

This commit is contained in:
Roland Conybeare 2026-02-16 11:03:36 -05:00
commit 8a4f1db08d
3 changed files with 5 additions and 3 deletions

View file

@ -77,6 +77,8 @@ namespace xo {
// misc types showing up in aux arena
TypeRegistry::register_type<SchematikaParser>();
// misc types showing up in parser stack arena
TypeRegistry::register_type<ParserStack>();
log && log(xtag("DExprSeqState.tseq", typeseq::id<DExprSeqState>()));
log && log(xtag("DDefineSsm.tseq", typeseq::id<DDefineSsm>()));