summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Build: Commit generated computed style access source code.Michael Drake2018-01-061-3/+12
| | | | | | | | This means python3 is not required to build libcss. To re-generate the compute style access code, e.g. when adding new CSS properties, developers must run `make select_generator` and commit the updated generated source code.
* Select: autogenerator for computed.h, propset.h and propget.h.Lucas Neves2017-11-131-0/+1
|
* Strip trailing whitespace.Michael Drake2017-09-041-4/+4
|
* 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