xo-expression2: register DGlobalSymtab type + rename
This commit is contained in:
parent
e87073f914
commit
323a7cf9d3
4 changed files with 8 additions and 7 deletions
|
|
@ -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_}
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue