xo-reader2: + StringTable in ParserStringTable

This commit is contained in:
Roland Conybeare 2026-01-19 23:38:14 -05:00
commit 9ab828059b
5 changed files with 19 additions and 7 deletions

View file

@ -167,6 +167,7 @@ namespace xo {
* @p debug_flag true to enable debug logging
**/
SchematikaParser(const ArenaConfig & config,
size_t max_stringtable_capacity,
obj<AAllocator> expr_alloc,
bool debug_flag);