summaryrefslogtreecommitdiffstats
path: root/tests/dimension/directives.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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