1
0
forked from GitHub/gf-core

implement pre and support more syntagmatic words

This commit is contained in:
Krasimir Angelov
2024-01-05 11:03:17 +01:00
parent 24b96ba874
commit b5ed0dd0ea
3 changed files with 55 additions and 8 deletions

View File

@@ -753,8 +753,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;
}