mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
temporary disable the automaton generation for the GitHub version
This commit is contained in:
@@ -772,8 +772,8 @@ ref<PgfConcr> PgfReader::read_concrete()
|
|||||||
auto printnames = read_namespace<PgfConcrPrintname>(&PgfReader::read_printname);
|
auto printnames = read_namespace<PgfConcrPrintname>(&PgfReader::read_printname);
|
||||||
concrete->printnames = printnames;
|
concrete->printnames = printnames;
|
||||||
|
|
||||||
PgfLRTableMaker maker(abstract, concrete);
|
// PgfLRTableMaker maker(abstract, concrete);
|
||||||
concrete->lrtable = maker.make();
|
// concrete->lrtable = maker.make();
|
||||||
|
|
||||||
return concrete;
|
return concrete;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user