summaryrefslogtreecommitdiffstats
path: root/tests/dimension/directives.sh
Commit message (Collapse)AuthorAgeFilesLines
* Differentiate between colors and vectors in the AST.Tavian Barnes2009-12-211-2/+2
|
* Support #declare, #local, and #undef.Tavian Barnes2009-12-211-4/+25
|
* Support all POV-Ray keywords.Tavian Barnes2009-10-291-1/+1
|
* Even more tokenizer work.Tavian Barnes2009-10-291-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 Barnes2009-10-281-0/+29