libpgf: a new implementation for literals which also allows custom literals. the same mechanism is now used for the metavariables

This commit is contained in:
kr.angelov
2012-03-12 14:25:51 +00:00
parent 1726995921
commit 230f309317
10 changed files with 728 additions and 311 deletions

View File

@@ -48,6 +48,7 @@ pgfinclude_HEADERS = \
pgf/linearize.h \
pgf/parser.h \
pgf/lexer.h \
pgf/literals.h \
pgf/pgf.h
libgu_la_SOURCES = \
@@ -90,6 +91,8 @@ libpgf_la_SOURCES = \
pgf/parser.h \
pgf/lexer.c \
pgf/lexer.h \
pgf/literals.c \
pgf/literals.h \
pgf/reader.c \
pgf/linearize.c \
pgf/printer.c