summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserStack.cpp
AgeCommit message (Expand)Author
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-06added a todo for andreas. xml tags may contain :Benjamin Paassen
2015-02-06Removed childHandler, added "*" notationAndreas Stöckel
2015-02-05Added hasNonWhitepaceChar functionAndreas Stöckel
2015-02-03Added "deduceState" functionAndreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas 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-18Implemented storing locations in the ParserStack, improved parsing typesystemsAndreas 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-02Added argument validation to parser stackAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas 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