summaryrefslogtreecommitdiff
path: root/src/plugins/css/CSSParser.hpp
AgeCommit message (Collapse)Author
2015-01-27Parsers 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-26Renamed CSS to Style (finally)Benjamin Paassen
2015-01-21Some 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-04improved documentation.Benjamin Paassen
2015-01-01Using CharReader instead of inputstream in Parser functionAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-09made CSSParser full compatible (including pseudo selector arguments) with ↵Benjamin Paassen
type system parsing.
2014-12-05replaced tuple handling by pair handling for nicer reading.Benjamin Paassen
2014-12-05Further work on implementing CSSRuleSets. This needs further testing, though.Benjamin Paassen
2014-12-05refactored CSSParser into plugins.Benjamin Paassen