Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |