Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 1 | -0/+15 |
| | |||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 1 | -7/+15 |
| | |||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Support stream directives. | Tavian Barnes | 2010-02-11 | 1 | -3/+6 |
| | |||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 1 | -1/+6 |
| | |||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 1 | -0/+2 |
| | |||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 1 | -8/+13 |
| | |||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 1 | -0/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -2/+12 |
| | |||||
* | Support all POV-Ray keywords. | Tavian Barnes | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | Tokenize strings and language directives. | Tavian Barnes | 2009-10-28 | 1 | -0/+24 |