libpgf: added simple lexer

This commit is contained in:
kr.angelov
2012-03-09 09:14:44 +00:00
parent f5737e8222
commit c1b2246fa9
5 changed files with 138 additions and 10 deletions

View File

@@ -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