summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-231-9/+4
* Update Lexer/Token documentation to handle CSS numbers correctly.John Mark Bell2008-10-272-3/+3
* A bunch of property parsers.John Mark Bell2008-10-251-3/+3
* In hindsight, it's more likely that opcodes will be added than flags, so use ...John Mark Bell2008-10-221-5/+5
* Provide example of typed parameter listJohn Mark Bell2008-10-211-0/+9
* Document shorthand propertiesJohn Mark Bell2008-10-211-0/+32
* Reduce space requirements by squashing opcode + flags + value into 32 bits. John Mark Bell2008-10-211-545/+431
* All properties done.John Mark Bell2008-10-211-23/+844
* Beginnings of a bytecode format.John Mark Bell2008-10-211-0/+318
* Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }John Mark Bell2008-08-071-2/+4
* Sketch out the internal representation of a stylesheetJohn Mark Bell2008-08-071-0/+96
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+210
* Update lexer documentationJohn Mark Bell2008-06-262-0/+2
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-012-0/+95