summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Centralise !important handling.John Mark Bell2009-06-181-1/+1
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7556
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
| | | | svn path=/trunk/libcss/; revision=6856
* 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