summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement background colors.Tavian Barnes2009-11-261-0/+2
|
* Implement point lights.Tavian Barnes2009-11-251-0/+1
|
* Support solid-color pigments.Tavian Barnes2009-11-251-2/+0
|
* Add textures and pigments to grammar.Tavian Barnes2009-11-251-7/+19
| | | | Also remove a shift-reduce conflict caused by not giving a precedence to ".".
* Support scaling and translation transformations.Tavian Barnes2009-11-251-0/+2
|
* Implement object modifiers and rotation.Tavian Barnes2009-11-251-0/+2
|
* Add eager arithmetic evaluation to parser.Tavian Barnes2009-11-231-0/+4
|
* More parser work.Tavian Barnes2009-11-231-1/+1
|
* Make `dimension' output some things as it works.Tavian Barnes2009-11-201-0/+5
|
* Add file, line, and column information to astnodes.Tavian Barnes2009-11-051-0/+4
|
* Parse arithmetic expressions.Tavian Barnes2009-11-041-0/+5
|
* Handle spheres.Tavian Barnes2009-11-041-0/+2
|
* Implement dmnsn_print_astree_sexpr().Tavian Barnes2009-10-311-1/+4
|
* (Sort of) parse boxes.Tavian Barnes2009-10-301-1/+19
|
* Skeleton of parser and realizer.Tavian Barnes2009-10-291-0/+29