mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
a major redesign in the C runtime. The parser and the linearizer now fully support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
This commit is contained in:
@@ -39,7 +39,6 @@ pgfinclude_HEADERS = \
|
||||
pgf/reader.h \
|
||||
pgf/linearizer.h \
|
||||
pgf/parser.h \
|
||||
pgf/lexer.h \
|
||||
pgf/literals.h \
|
||||
pgf/graphviz.h \
|
||||
pgf/pgf.h
|
||||
@@ -93,8 +92,6 @@ libpgf_la_SOURCES = \
|
||||
pgf/parser.h \
|
||||
pgf/jit.c \
|
||||
pgf/parseval.c \
|
||||
pgf/lexer.c \
|
||||
pgf/lexer.h \
|
||||
pgf/literals.c \
|
||||
pgf/literals.h \
|
||||
pgf/reader.h \
|
||||
|
||||
Reference in New Issue
Block a user