Argument Parsing

- Implemented Arguments::extract_read_only_filter to isolate the
  arguments that pertain to read-only command filters
- Implemented Arguments::extract_write_filter to isolate the arguments
  that pertain to write command filters.
- Implemented Arguments::extract_modifications to isolate the arguments
  that pertain to write command modifications.
- Created stubbed Expression object.
- Began integration of Expression and Arguments into commands/CmdCustom.
This commit is contained in:
Paul Beckingham 2011-06-05 02:09:25 -04:00
parent 61e549c80c
commit 68a749ee16
6 changed files with 273 additions and 53 deletions

View file

@ -15,6 +15,7 @@ set (task_SRCS API.cpp API.h
Date.cpp Date.h
Directory.cpp Directory.h
Duration.cpp Duration.h
Expression.cpp Expression.h
File.cpp File.h
Filter.cpp Filter.h
Hooks.cpp Hooks.h