summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-043-49/+159
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-013-49/+58
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-015-10/+128
* 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-302-0/+110
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-12/+176
* Implement the first-stage parser.John Mark Bell2008-07-303-0/+1765
* Correctly process unterminated strings.John Mark Bell2008-06-262-26/+37
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-2/+4
* Add spaceJohn Mark Bell2008-05-011-1/+1
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-0112-0/+2745