Common: Added Table

This commit is contained in:
Paul Beckingham 2016-01-05 17:00:49 -05:00
parent 6d53cb7c95
commit 9ed040d018
4 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,7 @@ set (timew_SRCS Grammar.cpp Grammar.h
Lexer.cpp Lexer.h
LR0.cpp LR0.h
Pig.cpp Pig.h
Rules.cpp Rules.h
Table.cpp Table.h)
Rules.cpp Rules.h)
add_library (timew STATIC ${timew_SRCS})
add_executable (timew_executable timew.cpp)