mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
libpgf: added simple lexer
This commit is contained in:
@@ -47,6 +47,7 @@ pgfinclude_HEADERS = \
|
||||
pgf/expr.h \
|
||||
pgf/linearize.h \
|
||||
pgf/parser.h \
|
||||
pgf/lexer.h \
|
||||
pgf/pgf.h
|
||||
|
||||
libgu_la_SOURCES = \
|
||||
@@ -87,6 +88,8 @@ libpgf_la_SOURCES = \
|
||||
pgf/expr.h \
|
||||
pgf/parser.c \
|
||||
pgf/parser.h \
|
||||
pgf/lexer.c \
|
||||
pgf/lexer.h \
|
||||
pgf/reader.c \
|
||||
pgf/linearize.c \
|
||||
pgf/printer.c
|
||||
|
||||
Reference in New Issue
Block a user