summaryrefslogtreecommitdiffstats
path: root/dimension/grammar.y
Commit message (Collapse)AuthorAgeFilesLines
* Implement background colors.Tavian Barnes2009-11-261-2/+19
|
* Add vector promotion.Tavian Barnes2009-11-251-6/+9
|
* Fix binary vector arithmetic expressions.Tavian Barnes2009-11-251-1/+1
|
* Implement point lights.Tavian Barnes2009-11-251-2/+13
|
* Use the dmnsn_ prefix for flex/bison generated sources.Tavian Barnes2009-11-251-0/+2
|
* Support solid-color pigments.Tavian Barnes2009-11-251-7/+5
|
* Change grammar indenting scheme.Tavian Barnes2009-11-251-217/+222
|
* Add textures and pigments to grammar.Tavian Barnes2009-11-251-10/+92
| | | | Also remove a shift-reduce conflict caused by not giving a precedence to ".".
* Support scaling and translation transformations.Tavian Barnes2009-11-251-3/+11
|
* Use FLOAT_EXPR in VECTOR_LITERAL rather than FLOAT.Tavian Barnes2009-11-251-4/+6
| | | | This is to future-proof lazily-evaluated vector expressions.
* Implement object modifiers and rotation.Tavian Barnes2009-11-251-3/+43
|
* Support vector component extraction.Tavian Barnes2009-11-241-16/+74
|
* Support vector arithmetic.Tavian Barnes2009-11-241-7/+178
|
* Use associative operators in grammar.Tavian Barnes2009-11-241-30/+25
|
* Rename flex and bison input files.Tavian Barnes2009-11-241-0/+1119