summaryrefslogtreecommitdiff
path: root/src/parse/parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't intern strings for CSS_TOKEN_S tokens. This is pointless, as all we car...John Mark Bell2008-11-271-1/+5
* Port libcss to new lpu API.John Mark Bell2008-11-091-72/+85
* Flag hideous todo thanks to CSSOMJohn Mark Bell2008-08-051-0/+3
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-051-33/+25
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-041-0/+25
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-041-89/+136
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-041-2/+3
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-14/+16
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-7/+3
* Allow silencing of parser test driver.John Mark Bell2008-08-011-1/+2
* Silence debugJohn Mark Bell2008-08-011-1/+1
* EOF isn't a parse errorJohn Mark Bell2008-08-011-2/+0
* Fix handling of empty strings.John Mark Bell2008-08-011-28/+16
* Fix at-rule processing.John Mark Bell2008-07-311-7/+5
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-6/+141
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-69/+195
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+82
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-12/+176
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+1671