summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Mention Wapcaplet requirement.Michael Drake2009-08-091-0/+1
| | | | svn path=/trunk/libcss/; revision=9134
* Implement the first-stage parser.John Mark Bell2008-07-301-1/+1
| | | | | | | | | | | 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
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+45
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112