summaryrefslogtreecommitdiff
path: root/src/plugins/css/CSSParser.cpp
AgeCommit message (Collapse)Author
2015-01-01Replaced ParserException with more generic LoggerExceptionAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-11adapted Reader class to use CharReader instead of BufferedCharReaderAndreas 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-05Successfully (hopefully) implemented CSS Parsing and the respective test.Benjamin Paassen
2014-12-05Further work on implementing CSSRuleSets. This needs further testing, though.Benjamin Paassen
2014-12-05Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2014-12-05removed fatal flag from LoggableException, added constructor capable of ↵Andreas Stöckel
using a PosType
2014-12-05added an 'accepting' attribute to SelectorNodes to make them properly usable ↵Benjamin Paassen
as finite state machine nodes without relying on rulesets.
2014-12-05fixed conflictAndreas Stöckel
2014-12-05refactored CSSParser into plugins.Benjamin Paassen