Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-14 | Moved 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-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-26 | Renamed CSS to Style (finally) | Benjamin Paassen | |
2015-01-25 | Restructures parser classes a little, removed Registry from ParserContext, ↵ | Andreas Stöckel | |
gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled | |||
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-04 | improved documentation. | Benjamin Paassen | |
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-11 | adapted Reader class to use CharReader instead of BufferedCharReader | Andreas Stöckel | |
2014-12-09 | made CSSParser full compatible (including pseudo selector arguments) with ↵ | Benjamin Paassen | |
type system parsing. | |||
2014-12-05 | replaced tuple handling by pair handling for nicer reading. | Benjamin Paassen | |
2014-12-05 | Successfully (hopefully) implemented CSS Parsing and the respective test. | Benjamin Paassen | |
2014-12-05 | Further work on implementing CSSRuleSets. This needs further testing, though. | Benjamin Paassen | |
2014-12-05 | Merge branch 'master' of somweyr.de:ousia | Benjamin Paassen | |
2014-12-05 | removed fatal flag from LoggableException, added constructor capable of ↵ | Andreas Stöckel | |
using a PosType | |||
2014-12-05 | added an 'accepting' attribute to SelectorNodes to make them properly usable ↵ | Benjamin Paassen | |
as finite state machine nodes without relying on rulesets. | |||
2014-12-05 | fixed conflict | Andreas Stöckel | |
2014-12-05 | refactored CSSParser into plugins. | Benjamin Paassen | |