summaryrefslogtreecommitdiff
path: root/test/core/parser
AgeCommit message (Expand)Author
2016-04-25Reimplement closeToken handlingAndreas Stöckel
2016-04-25Change way indent and dedent special tokens are produced by TokenizedDataAndreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2015-03-03Added unit tests for annotation handlingAndreas Stöckel
2015-03-03Finished stack and adapted all unit testsAndreas Stöckel
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does no...Andreas Stöckel
2015-03-02Unregistering all registered tokens when TokenRegistry is destroyedAndreas Stöckel
2015-03-01Implemented TokenRegistry class and corresponding simple test caseAndreas Stöckel
2015-03-01Prefer longer non-primary tokensAndreas Stöckel
2015-03-01allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese...Andreas Stöckel
2015-02-28Test case for data being empty if a token is foundAndreas Stöckel
2015-02-26Reactivated TokenizerTestAndreas Stöckel
2015-02-26Moved "assert" functions to own headerAndreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ...Andreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea...Andreas Stöckel
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas Stöckel
2015-02-17Improved handling of and error messages in tha case of too many fields for a ...Andreas Stöckel
2015-02-16Fixed problem with fieldEnd closing implicit fields and added unit testAndreas Stöckel
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel
2015-02-15Removed legacy test fileAndreas Stöckel
2015-02-15Implemented most of the desired behaviour of the Stack class, added unit testsAndreas Stöckel
2015-02-15Renamed parser/generic to parser/stack and made filenames much shorterAndreas Stöckel
2015-02-15Moved TokenTrieTest to new directoryAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-06Removed childHandler, added "*" notationAndreas Stöckel
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ParserSta...Andreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas Stöckel
2015-01-25Adapted tests to StandaloneEnvironment, using complete pipeline in XmlParserTestAndreas Stöckel
2015-01-25Moved StandaloneParserContext to StandaloneEnvironmentAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented StaticRes...Andreas Stöckel
2015-01-18Fixed bugs in definition of Project, added reference to Project to ParserContextAndreas Stöckel
2015-01-18Fixed order in which elements in StandaloneParserContext are created/freed (t...Andreas Stöckel
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Using Arguments class in ParserStack for validationAndreas Stöckel
2015-01-02Moved StandaloneParserContext to test folderAndreas Stöckel
2014-12-03continued work on XML parser and underlying ParserStack classAndreas Stöckel
2014-12-02continued working on the xml parser classAndreas Stöckel
2014-12-01working version of the ParserStack class plus unit testsAndreas Stöckel
2014-11-28moved some filesAndreas Stöckel
2014-11-27started to implement xml parser as part of a very generic parser framework wh...Andreas Stöckel