Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rgb, rgbf, etc. color specifiers. | Tavian Barnes | 2010-01-14 | 1 | -4/+33 |
| | |||||
* | Support reflective finishes. | Tavian Barnes | 2010-01-14 | 1 | -3/+41 |
| | |||||
* | Begin parsing finishes. | Tavian Barnes | 2010-01-14 | 1 | -7/+57 |
| | |||||
* | Clean up parser, and make it GLR. | Tavian Barnes | 2009-12-21 | 1 | -78/+38 |
| | |||||
* | Differentiate between colors and vectors in the AST. | Tavian Barnes | 2009-12-21 | 1 | -6/+98 |
| | |||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -124/+145 |
| | |||||
* | Make symbol table semantics line up with povray's. | Tavian Barnes | 2009-12-19 | 1 | -1/+1 |
| | |||||
* | Implement a symbol table. | Tavian Barnes | 2009-12-19 | 1 | -410/+32 |
| | |||||
* | Tokenize on-the-fly. | Tavian Barnes | 2009-12-17 | 1 | -42/+20 |
| | | | | | No more manual tokenization and parsing, giving a simpler interface. Also, this brings us closer to a dmnsn_realize_string() interface. | ||||
* | Add support for color keyword groups. | Tavian Barnes | 2009-12-16 | 1 | -0/+54 |
| | |||||
* | Fix vector promotion bug. | Tavian Barnes | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 1 | -8/+77 |
| | |||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 1 | -2/+19 |
| | |||||
* | Add vector promotion. | Tavian Barnes | 2009-11-25 | 1 | -6/+9 |
| | |||||
* | Fix binary vector arithmetic expressions. | Tavian Barnes | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 1 | -2/+13 |
| | |||||
* | Use the dmnsn_ prefix for flex/bison generated sources. | Tavian Barnes | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 1 | -7/+5 |
| | |||||
* | Change grammar indenting scheme. | Tavian Barnes | 2009-11-25 | 1 | -217/+222 |
| | |||||
* | Add textures and pigments to grammar. | Tavian Barnes | 2009-11-25 | 1 | -10/+92 |
| | | | | Also remove a shift-reduce conflict caused by not giving a precedence to ".". | ||||
* | Support scaling and translation transformations. | Tavian Barnes | 2009-11-25 | 1 | -3/+11 |
| | |||||
* | Use FLOAT_EXPR in VECTOR_LITERAL rather than FLOAT. | Tavian Barnes | 2009-11-25 | 1 | -4/+6 |
| | | | | This is to future-proof lazily-evaluated vector expressions. | ||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 1 | -3/+43 |
| | |||||
* | Support vector component extraction. | Tavian Barnes | 2009-11-24 | 1 | -16/+74 |
| | |||||
* | Support vector arithmetic. | Tavian Barnes | 2009-11-24 | 1 | -7/+178 |
| | |||||
* | Use associative operators in grammar. | Tavian Barnes | 2009-11-24 | 1 | -30/+25 |
| | |||||
* | Rename flex and bison input files. | Tavian Barnes | 2009-11-24 | 1 | -0/+1119 |