summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-2/+3
| | | | | | Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+28
| | | | svn path=/trunk/libcss/; revision=4828
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+45
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