Enhancements - Nibbler + parsing

- New Nibbler object greatly assists in FF4 parsing.
- Unit tests for Nibbler.
- Record now parses itself.
- Att now parses itself.
This commit is contained in:
Paul Beckingham
2009-05-29 01:47:39 -04:00
parent 7c0aee4a5f
commit 5263147c83
12 changed files with 623 additions and 77 deletions

View File

@@ -2,9 +2,9 @@ bin_PROGRAMS = task
task_SOURCES = Config.cpp Date.cpp Record.cpp T.cpp TDB.cpp Att.cpp Mod.cpp \
Filter.cpp Sequence.cpp Table.cpp Grid.cpp Timer.cpp \
Duration.cpp StringTable.cpp Location.cpp Subst.cpp Keymap.cpp \
color.cpp parse.cpp task.cpp command.cpp edit.cpp report.cpp \
util.cpp text.cpp rules.cpp import.cpp Config.h Date.h Record.h \
T.h TDB.h Att.h Mod.h Filter.h Sequence.h Table.h Grid.h \
Timer.h Duration.h StringTable.h Location.h Subst.h Keymap.h \
color.h task.h
Nibbler.cpp color.cpp parse.cpp task.cpp command.cpp edit.cpp \
report.cpp util.cpp text.cpp rules.cpp import.cpp Config.h \
Date.h Record.h T.h TDB.h Att.h Mod.h Filter.h Sequence.h \
Table.h Grid.h Timer.h Duration.h StringTable.h Location.h \
Subst.h Keymap.h Nibbler.h color.h task.h