summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
Commit message (Expand)AuthorAgeFilesLines
* Support reflective finishes.Tavian Barnes2010-01-141-0/+4
* Begin parsing finishes.Tavian Barnes2010-01-141-0/+7
* Differentiate between colors and vectors in the AST.Tavian Barnes2009-12-211-0/+2
* Support #declare, #local, and #undef.Tavian Barnes2009-12-211-1/+10
* Make symbol table semantics line up with povray's.Tavian Barnes2009-12-191-2/+6
* Implement a symbol table.Tavian Barnes2009-12-191-16/+54
* Tokenize on-the-fly.Tavian Barnes2009-12-171-1/+15
* Add cameras to grammar.Tavian Barnes2009-11-261-0/+10
* 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
* 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