mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
Parser Lib
- Relocated all old code into the parser lib.
This commit is contained in:
parent
0bd6363e1c
commit
3caf05b0c1
8 changed files with 5 additions and 5 deletions
|
@ -6,16 +6,13 @@ include_directories (${CMAKE_SOURCE_DIR}
|
||||||
${CMAKE_SOURCE_DIR}/src/parser
|
${CMAKE_SOURCE_DIR}/src/parser
|
||||||
${TASK_INCLUDE_DIRS})
|
${TASK_INCLUDE_DIRS})
|
||||||
|
|
||||||
set (task_SRCS A3.cpp A3.h
|
set (task_SRCS Color.cpp Color.h
|
||||||
Arg.cpp Arg.h
|
|
||||||
Color.cpp Color.h
|
|
||||||
Config.cpp Config.h
|
Config.cpp Config.h
|
||||||
Context.cpp Context.h
|
Context.cpp Context.h
|
||||||
DOM.cpp DOM.h
|
DOM.cpp DOM.h
|
||||||
Date.cpp Date.h
|
Date.cpp Date.h
|
||||||
Directory.cpp Directory.h
|
Directory.cpp Directory.h
|
||||||
Duration.cpp Duration.h
|
Duration.cpp Duration.h
|
||||||
E9.cpp E9.h
|
|
||||||
File.cpp File.h
|
File.cpp File.h
|
||||||
Hooks.cpp Hooks.h
|
Hooks.cpp Hooks.h
|
||||||
JSON.cpp JSON.h
|
JSON.cpp JSON.h
|
||||||
|
|
|
@ -9,7 +9,10 @@ include_directories (${CMAKE_SOURCE_DIR}
|
||||||
set (parser_SRCS LRParser.cpp LRParser.h
|
set (parser_SRCS LRParser.cpp LRParser.h
|
||||||
Parser.cpp Parser.h
|
Parser.cpp Parser.h
|
||||||
Tree.cpp Tree.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_library (parser STATIC ${parser_SRCS})
|
||||||
add_executable (parser_executable bnf.cpp)
|
add_executable (parser_executable bnf.cpp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue