summaryrefslogtreecommitdiff
path: root/src/plugins/xml/XmlParser.cpp
AgeCommit message (Expand)Author
2015-01-25Use context source id, not reader source idAndreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-23Adapted XMLParser to new SourceLocationAndreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-19XML-Parsing for Typesystem structs works so farAndreas Stöckel
2015-01-18Parsing struct attributes, added ability to reference other typesystems from ...Andreas Stöckel
2015-01-18Implemented storing locations in the ParserStack, improved parsing typesystemsAndreas Stöckel
2015-01-16wip copyAndreas Stöckel
2015-01-16Allowing deferred resolution of NodesAndreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2015-01-15Synchronizing logger with current XML parser line numberAndreas Stöckel
2015-01-01Using CharReader instead of inputstream in Parser functionAndreas Stöckel
2015-01-01Replaced ParserException with more generic LoggerExceptionAndreas Stöckel
2014-12-11refactored loggerAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-05removed fatal flag from LoggableException, added constructor capable of using...Andreas 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-11-30backupAndreas Stöckel
2014-11-28moved some filesAndreas Stöckel