Age | Commit message (Expand) | Author |
2016-04-25 | Implement endAtWhitespace flag which tells TokenizedDataReader to stop readin... | Andreas Stöckel |
2016-04-25 | Autoformat | Andreas Stöckel |
2016-04-25 | Pass "greedy" flag to Handler::startToken | Andreas Stöckel |
2016-04-25 | Pass "isImplicit" flag to Handler::fieldStart | Andreas Stöckel |
2016-04-25 | Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly.... | Andreas Stöckel |
2016-04-25 | Add additional unit test to TokenStackTest making sure that the returned toke... | Andreas Stöckel |
2016-04-25 | Reimplement closeToken handling | Andreas Stöckel |
2016-04-25 | Change way indent and dedent special tokens are produced by TokenizedData | Andreas Stöckel |
2016-04-25 | Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo... | Andreas Stöckel |
2015-03-03 | Added unit tests for annotation handling | Andreas Stöckel |
2015-03-03 | Finished stack and adapted all unit tests | Andreas Stöckel |
2015-03-03 | Started restructuring and adapting Stack class, reenabled unit tests (does no... | Andreas Stöckel |
2015-03-02 | Unregistering all registered tokens when TokenRegistry is destroyed | Andreas Stöckel |
2015-03-01 | Implemented TokenRegistry class and corresponding simple test case | Andreas Stöckel |
2015-03-01 | Prefer longer non-primary tokens | Andreas Stöckel |
2015-03-01 | allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese... | Andreas Stöckel |
2015-02-28 | Test case for data being empty if a token is found | Andreas Stöckel |
2015-02-26 | Reactivated TokenizerTest | Andreas Stöckel |
2015-02-26 | Moved "assert" functions to own header | Andreas Stöckel |
2015-02-25 | start of branch, commit log will be rewritten | Andreas Stöckel |
2015-02-22 | Adapted old Tokenizer infrastructure to new Tokens.hpp | Andreas Stöckel |
2015-02-22 | Implemented TokenizedData, a facility to store data with tokens where tokens ... | Andreas Stöckel |
2015-02-22 | Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea... | Andreas Stöckel |
2015-02-18 | fixed a bug with empty fields. | Benjamin Paassen |
2015-02-18 | Implemented automatic validation of RootNode instances in ParserScope | Andreas Stöckel |
2015-02-17 | Improved handling of and error messages in tha case of too many fields for a ... | Andreas Stöckel |
2015-02-16 | Fixed problem with fieldEnd closing implicit fields and added unit test | Andreas Stöckel |
2015-02-15 | Slightly adapted Handler instances to new Handler, once again passing non-con... | Andreas Stöckel |
2015-02-15 | Removed legacy test file | Andreas Stöckel |
2015-02-15 | Implemented most of the desired behaviour of the Stack class, added unit tests | Andreas Stöckel |
2015-02-15 | Renamed parser/generic to parser/stack and made filenames much shorter | Andreas Stöckel |
2015-02-15 | Moved TokenTrieTest to new directory | Andreas Stöckel |
2015-02-14 | Moved DynamicTokenizer and TokenTrie to parser/utils | Andreas Stöckel |
2015-02-06 | Removed childHandler, added "*" notation | Andreas Stöckel |
2015-02-03 | Implemented ParserStateDeductor which is used to deduce the current ParserSta... | Andreas Stöckel |
2015-02-01 | Improved ParserStack state description | Andreas Stöckel |
2015-01-27 | Introduced notion of "flags" that can be set at a certain level of the Parser... | Andreas Stöckel |
2015-01-25 | Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTest | Andreas Stöckel |
2015-01-25 | Moved StandaloneParserContext to StandaloneEnvironment | Andreas Stöckel |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ga... | Andreas Stöckel |
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser n... | Andreas Stöckel |
2015-01-20 | Refactored stuff surrounding the ResourceLocator class, implemented StaticRes... | Andreas Stöckel |
2015-01-18 | Fixed bugs in definition of Project, added reference to Project to ParserContext | Andreas Stöckel |
2015-01-18 | Fixed order in which elements in StandaloneParserContext are created/freed (t... | Andreas Stöckel |
2015-01-16 | Allowing deferred resolution of Nodes | Andreas Stöckel |
2015-01-16 | Working on XMLParser (still lot work in progress) | Andreas Stöckel |
2015-01-15 | Using Arguments class in ParserStack for validation | Andreas Stöckel |
2015-01-02 | Moved StandaloneParserContext to test folder | Andreas Stöckel |
2014-12-03 | continued work on XML parser and underlying ParserStack class | Andreas Stöckel |
2014-12-02 | continued working on the xml parser class | Andreas Stöckel |