summaryrefslogtreecommitdiff
path: root/src/plugins/plain
AgeCommit message (Collapse)Author
2015-02-08added some commentsAndreas Stöckel
2015-02-08Ported PlainFormatStreamReader to DynamicTokenizerAndreas Stöckel
2015-02-08DynamicTokenizer 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-08Implemented DynamicTokenizer and unit testsAndreas Stöckel
2015-02-08Deleted DynamicTokenTree class, replaced by TokenTrieAndreas Stöckel
2015-02-07Fixed unregisterNode functionAndreas Stöckel
2015-02-06Continue writing parser for plain document formatAndreas Stöckel
2015-02-05Added initial skeleton of the PlainFormatStreamReader class, providing the ↵Andreas Stöckel
most basic functionality needed to read data from a Ousia plain text file.