index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
plain
Age
Commit message (
Collapse
)
Author
2015-02-10
Fully implemented and tested begin/end handling
Andreas Stöckel
2015-02-09
Implemented correct handling of fields in PlainFormatStreamReader and added ↵
Andreas Stöckel
a lot of unit tests.
2015-02-09
Allowing tokens to be passed to logger functions
Andreas Stöckel
2015-02-08
Added support for parsing commands
Andreas Stöckel
2015-02-08
added some comments
Andreas Stöckel
2015-02-08
Ported PlainFormatStreamReader to DynamicTokenizer
Andreas Stöckel
2015-02-08
DynamicTokenizer now gets the reader as a parameter to read and peek -- the ↵
Andreas Stöckel
beauty of this tokenizer is that it has no internal state depending on the reader, so it doesn't need to hold a reference to it
2015-02-08
Implemented DynamicTokenizer and unit tests
Andreas Stöckel
2015-02-08
Deleted DynamicTokenTree class, replaced by TokenTrie
Andreas Stöckel
2015-02-07
Fixed unregisterNode function
Andreas Stöckel
2015-02-06
Continue writing parser for plain document format
Andreas Stöckel
2015-02-05
Added initial skeleton of the PlainFormatStreamReader class, providing the ↵
Andreas Stöckel
most basic functionality needed to read data from a Ousia plain text file.