1
0
forked from GitHub/gf-core

temporary disable the automaton generation for the GitHub version

This commit is contained in:
Krasimir Angelov
2023-09-18 13:14:15 +02:00
parent f0c5299839
commit 30717ac8b7

View File

@@ -772,8 +772,8 @@ ref<PgfConcr> PgfReader::read_concrete()
auto printnames = read_namespace<PgfConcrPrintname>(&PgfReader::read_printname);
concrete->printnames = printnames;
PgfLRTableMaker maker(abstract, concrete);
concrete->lrtable = maker.make();
// PgfLRTableMaker maker(abstract, concrete);
// concrete->lrtable = maker.make();
return concrete;
}