CLI2: Refactoring CLI to rely completely on the Lexer

This commit is contained in:
Paul Beckingham 2015-06-13 13:35:34 -04:00
parent d1d300fc69
commit 708ddd3804
5 changed files with 2553 additions and 0 deletions

View file

@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${TASK_INCLUDE_DIRS})
set (task_SRCS CLI.cpp CLI.h
CLI2.cpp CLI2.h
Color.cpp Color.h
Config.cpp Config.h
Context.cpp Context.h