Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly. | |||
2015-01-21 | Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵ | Andreas Stöckel | |
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils | |||
2015-01-18 | Fixed bugs in definition of Project, added reference to Project to ParserContext | Andreas Stöckel | |
2015-01-02 | Moved Node class to model folder | Andreas Stöckel | |
2015-01-02 | Moved StandaloneParserContext to test folder | Andreas Stöckel | |
2015-01-01 | Using CharReader instead of inputstream in Parser function | Andreas Stöckel | |
2015-01-01 | Replaced ParserException with more generic LoggerException | Andreas Stöckel | |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel | |
2014-12-05 | Made the CSSParser a valid subclass of Parser. | Benjamin Paassen | |
2014-12-01 | working version of the ParserStack class plus unit tests | Andreas Stöckel | |
2014-11-30 | backup | Andreas Stöckel | |
2014-11-28 | moved some files | Andreas Stöckel | |