first steps for sentence lookup in the C runtime

This commit is contained in:
krasimir
2017-05-03 16:28:20 +00:00
parent 5f4c441361
commit d0269e8513
4 changed files with 193 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ libpgf_la_SOURCES = \
pgf/expr.c \
pgf/expr.h \
pgf/parser.c \
pgf/lookup.c \
pgf/jit.c \
pgf/parseval.c \
pgf/literals.c \