xo-expression2: register DGlobalSymtab type + rename

This commit is contained in:
Roland Conybeare 2026-02-16 09:32:53 -05:00
commit 323a7cf9d3
4 changed files with 8 additions and 7 deletions

View file

@ -22,12 +22,12 @@ namespace xo {
SchematikaParser::SchematikaParser(const ParserConfig & cfg,
obj<AAllocator> expr_alloc,
obj<AAllocator> fixed_alloc)
obj<AAllocator> aux_alloc)
: psm_{cfg.parser_arena_config_,
cfg.symtab_config_,
cfg.max_stringtable_capacity_,
expr_alloc,
fixed_alloc},
aux_alloc},
debug_flag_{cfg.debug_flag_}
{
}