1
0
forked from GitHub/gf-core

an experimental left-corner table maker

This commit is contained in:
Krasimir Angelov
2024-09-05 14:01:22 +02:00
parent d43d2cbdb1
commit 5239ce5458
5 changed files with 540 additions and 7 deletions

View File

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