Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abstract syntax tree improvements. | Tavian Barnes | 2010-06-19 | 1 | -10/+13 |
| | | | | Keep objects in a single DMNSN_AST_OBJECT node type. | ||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 1 | -6/+9 |
| | |||||
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 1 | -2/+26 |
| | |||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 1 | -7/+13 |
| | |||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Don't treat colors and vectors as different types. | Tavian Barnes | 2010-03-08 | 1 | -4/+4 |
| | | | | | This allows things like 0.5*White, where White was #defined to be a color. POV-Ray's colors.inc almost parses now. | ||||
* | Allow bare finishes in object modifiers. | Tavian Barnes | 2010-02-28 | 1 | -6/+4 |
| | |||||
* | Support stream directives. | Tavian Barnes | 2010-02-11 | 1 | -3/+5 |
| | |||||
* | Fix directives test. | Tavian Barnes | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 1 | -1/+4 |
| | |||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 1 | -1/+2 |
| | |||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 1 | -8/+19 |
| | |||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 1 | -0/+3 |
| | |||||
* | Skip over invalid tokens in non-taken conditionals. | Tavian Barnes | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 1 | -5/+9 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Clean up parser, and make it GLR. | Tavian Barnes | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Differentiate between colors and vectors in the AST. | Tavian Barnes | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -4/+25 |
| | |||||
* | Support all POV-Ray keywords. | Tavian Barnes | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | Even more tokenizer work. | Tavian Barnes | 2009-10-29 | 1 | -1/+1 |
| | | | | | | The tokenizer is now able to tokenize all of POV-Ray 3.6's include files. It turns out that some #includes may be dynamic (ex. with #writes beforehand), so the tokenizer can't directly perform includes - the executor must do this. | ||||
* | Split tokenizer.sh into multiple tests. | Tavian Barnes | 2009-10-28 | 1 | -0/+29 |