summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/TokenStack.hpp
AgeCommit message (Collapse)Author
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, ↵Andreas Stöckel
temporarily remove pushTokens and popTokens calls from DocumentChildHandler
2016-04-25Implement TokenStack::lookup method used to lookup the SyntaxDescriptors ↵Andreas Stöckel
associated with a certain token.
2016-04-25Add not yet implemented "inherit" flag to the Stack classAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-02Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02refactored SyntaxDescriptor to Token.hpp and added TokenDescriptor class.Benjamin Paassen
2015-03-02Added first (not final) version of the TokenStack class which will be used ↵Andreas Stöckel
internally by the Stack class