summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserState.hpp
AgeCommit message (Collapse)Author
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer ↵Andreas Stöckel
to css code (this is the only place where it is actually used)
2015-02-06Removed childHandler, added "*" notationAndreas Stöckel
2015-02-03Implemented ParserStateDeductor which is used to deduce the current ↵Andreas Stöckel
ParserState given the Type signature extracted from a ParserScope.
2015-02-02Removed "supportedTypes" from ParserState.Andreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel