summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }John Mark Bell2008-08-071-2/+4
| | | | svn path=/trunk/libcss/; revision=4957
* Sketch out the internal representation of a stylesheetJohn Mark Bell2008-08-071-0/+96
| | | | svn path=/trunk/libcss/; revision=4942
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+210
| | | | | | | | | | | Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825
* Update lexer documentationJohn Mark Bell2008-06-262-0/+2
| | | | svn path=/trunk/libcss/; revision=4456
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-012-0/+95
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112