mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Expressions - Refactor
- The A3::Arg object is very similar to the E9::Term object, so the two are being merged. First step is to separate A3::Arg into it's own space, then add a _type member. - Added more valid stop characters as terminators for various arg types. - Removed redundant E9 special handling for dates, which is already built in to the Date object.
This commit is contained in:
parent
7dd3e081c7
commit
816b07e868
6 changed files with 190 additions and 112 deletions
|
@ -7,6 +7,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
|
||||
set (task_SRCS A3.cpp A3.h
|
||||
API.cpp API.h
|
||||
Arg.cpp Arg.h
|
||||
Att.cpp Att.h
|
||||
Color.cpp Color.h
|
||||
Config.cpp Config.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue