Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle symbol aliases in dmnsn_find_symbol() directly. | Tavian Barnes | 2011-04-22 | 1 | -0/+12 |
| | | | | | Fixes infinite loops when macro arguments have the same name as existing symbols. | ||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | 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 |