Parser Lib

- Relocated all old code into the parser lib.
This commit is contained in:
Paul Beckingham
2013-09-01 21:58:13 -04:00
parent 0bd6363e1c
commit 3caf05b0c1
8 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,10 @@ include_directories (${CMAKE_SOURCE_DIR}
set (parser_SRCS LRParser.cpp LRParser.h
Parser.cpp Parser.h
Tree.cpp Tree.h
A3t.cpp A3t.h)
A3.cpp A3.h
A3t.cpp A3t.h
Arg.cpp Arg.h
E9.cpp E9.h)
add_library (parser STATIC ${parser_SRCS})
add_executable (parser_executable bnf.cpp)