summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-053-17/+28
* Dependency trackingJohn Mark Bell2008-09-054-5/+64
* Fix testutils line readerJohn Mark Bell2008-09-051-1/+1
* Minor changes.John Mark Bell2008-09-052-3/+14
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
* Add test case for broken comment in rule on haiku-os site.Michael Drake2008-08-282-0/+32
* Turn internal representation outline into a header file.John Mark Bell2008-08-082-0/+139
* Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }John Mark Bell2008-08-071-2/+4
* Sketch out the internal representation of a stylesheetJohn Mark Bell2008-08-071-0/+96
* Flag hideous todo thanks to CSSOMJohn Mark Bell2008-08-051-0/+3
* s/handleSelector/handleSelectorList/John Mark Bell2008-08-051-3/+3
* Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...John Mark Bell2008-08-051-0/+7
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-054-84/+98
* Something approximating @importJohn Mark Bell2008-08-041-4/+29
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-043-13/+61
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-043-89/+140
* Handle @charsetJohn Mark Bell2008-08-041-1/+24
* Stub out at-rule handlingJohn Mark Bell2008-08-042-1/+47
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-044-52/+162
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-015-51/+60
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-019-14/+224
* Allow silencing of parser test driver.John Mark Bell2008-08-012-1/+8
* 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-014-28/+23
* Fix at-rule processing.John Mark Bell2008-07-313-8/+14
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-312-6/+142
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-312-69/+198
* Generate and emit eventsJohn Mark Bell2008-07-303-0/+148
* Implement error recovery for malformed declarations.John Mark Bell2008-07-303-12/+185
* Implement the first-stage parser.John Mark Bell2008-07-3011-2/+2070
* Whoops. Missed this when adding the invalid string stuff.John Mark Bell2008-07-151-0/+3
* Update lexer documentationJohn Mark Bell2008-06-262-0/+2
* Correctly process unterminated strings.John Mark Bell2008-06-264-27/+126
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* A more complex test, taken from the CSS3 syntax moduleJohn Mark Bell2008-05-052-0/+30
* Match expected token data with that output by the lexer.John Mark Bell2008-05-052-4/+59
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-033-7/+628
* Testdriver for automated lexer tests. This needs a little more work to verify...John Mark Bell2008-05-016-1/+302
* Add spaceJohn Mark Bell2008-05-011-1/+1
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-0139-0/+57244