summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Tidy things up somewhat.John Mark Bell2008-11-281-1/+1
| | | | | | css21 is now language, as everything will share the same parsing rules (although there is facility to alter behaviour based upon the language level -- consult language->sheet->level and then decide what to do) svn path=/trunk/libcss/; revision=5815
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-1/+1
| | | | | | Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+49
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