summaryrefslogtreecommitdiff
path: root/src/core/parser/stack
AgeCommit message (Expand)Author
2016-04-25CosmeticsAndreas Stöckel
2016-04-25Do not handle tokens if the current handler is not valid.Andreas Stöckel
2016-04-25Implement resolution of referenced objectAndreas Stöckel
2016-04-25Replace Typesystem "MagicCallback" by a more generic one.Andreas Stöckel
2016-04-25Allow non-Greedy short form to eat normal commands.Andreas Stöckel
2016-04-25If in the implicit default field of a non-greedy short form, only read data u...Andreas Stöckel
2016-04-25Implement non-greedy behaviour for short tokensAndreas Stöckel
2016-04-25Introduce HandlerInfo::hadData flagAndreas Stöckel
2016-04-25Pass "greedy" flag to Handler::startTokenAndreas Stöckel
2016-04-25Pass "isImplicit" flag to Handler::fieldStartAndreas Stöckel
2016-04-25Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly....Andreas Stöckel
2016-04-25Add a new "greedy" flag as attribute to the "short" syntax descriptorAndreas Stöckel
2016-04-25Replace NodeVector by ManagedVector where NodeVector functionality is not nee...Andreas Stöckel
2016-04-25Issue an error messages if tokens are ambiguousAndreas Stöckel
2016-04-25Reimplement closeToken handlingAndreas Stöckel
2016-04-25Store whether the DocumentField is part of an explicit field inside the "Docu...Andreas Stöckel
2016-04-25Improve error messageAndreas Stöckel
2016-04-25AutoformatAndreas Stöckel
2016-04-25Improved error message if data is not allowed hereAndreas Stöckel
2016-04-25Fix crash bug when unrolling in the token handler empties the parser stackAndreas Stöckel
2016-04-25added serialization support for attributes descriptors.Benjamin Paassen
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ex...Benjamin Paassen
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
2016-04-25fix typo in variable nameAndreas Stöckel
2016-04-25Remove unneeded variableAndreas Stöckel
2016-04-25Make "State" a class to avoid some warningsAndreas Stöckel
2016-04-25Do not treat commands with user defined open/close syntax as range command, i...Andreas Stöckel
2016-04-25Add missing include which accidently got removed during rebaseAndreas Stöckel
2016-04-25First implementation of user defined syntax, many features still missing and ...Andreas Stöckel
2016-04-25Some small formatting and comment changes, introduce more anonymous namespace...Andreas Stöckel
2016-04-25Add tokenStack depth guard to Handler classAndreas Stöckel
2016-04-25Use getFieldDescriptor method with numeric indexAndreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2016-04-25Implement TokenStack::lookup method used to lookup the SyntaxDescriptors asso...Andreas Stöckel
2016-04-25Add getDescriptor method to DocumentField classAndreas Stöckel
2016-04-25Reenable pushing user defined tokens onto the stack (however, user defined to...Andreas Stöckel
2016-04-25Add not yet implemented "inherit" flag to the Stack classAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-04Fixed whitespace tag and some error messagesAndreas Stöckel
2015-03-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-03-04fixed a bug in Stack.cpp which lead to wrong annotation handling if the annot...Benjamin Paassen
2015-03-04Added parsing of the generic syntax descriptionAndreas Stöckel
2015-03-03added more complex tests and prevented endless loops in DocumentChildHandler:...Andreas Stöckel
2015-03-03Implemented annotation handlingAndreas Stöckel
2015-03-03Removed last remains of "domain" in codeAndreas Stöckel
2015-03-03Renamed isSubtree to subtree and isRoot to rootAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas 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