restore the sharing of sequences. Shrinks the grammar by ~45%

This commit is contained in:
Krasimir Angelov
2022-01-08 19:49:42 +01:00
parent cd2c6aa32a
commit 00f857559d
31 changed files with 882 additions and 353 deletions

View File

@@ -29,7 +29,9 @@ libpgf_la_SOURCES = \
pgf/data.h \
pgf/expr.cxx \
pgf/expr.h \
pgf/namespace.h
pgf/namespace.h \
pgf/phrasetable.cxx \
pgf/phrasetable.h
libpgf_la_LDFLAGS = -no-undefined
libpgf_la_CXXFLAGS = -fno-rtti -std=c++11 -DCOMPILING_PGF