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