summaryrefslogtreecommitdiffstats
path: root/tests/dimension
Commit message (Collapse)AuthorAgeFilesLines
* (Sort of) realize boxes.Tavian Barnes2009-10-301-1/+1
| | | | We now have a working rendering from an SDL input, kinda!
* (Sort of) parse boxes.Tavian Barnes2009-10-304-17/+55
|
* Correctly tokenize <=, >= and !=.Tavian Barnes2009-10-292-10/+2
|
* Support all POV-Ray keywords.Tavian Barnes2009-10-292-2/+2
|
* 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.
* Complete string parsing.Tavian Barnes2009-10-292-3/+2
|
* Split tokenizer.sh into multiple tests.Tavian Barnes2009-10-286-47/+137
|
* Make '#include' work.Tavian Barnes2009-10-281-1/+1
|
* Tokenize strings and language directives.Tavian Barnes2009-10-283-0/+64
|
* Add a vector to numeric tokenizer test.tavianator2009-10-282-1/+4
|
* Tokenize keywords.Tavian Barnes2009-10-283-2/+45
|
* Ignore comments in tokenizer.Tavian Barnes2009-10-273-2/+52
|
* Tokenize numeric values.Tavian Barnes2009-10-273-2/+13
|
* Support more symbols in tokenizer.Tavian Barnes2009-10-274-14/+34
|
* Use the parallel-tests automake option.Tavian Barnes2009-10-271-2/+5
|
* Fix tokenizer test in VPATH build.Tavian Barnes2009-10-272-3/+3
|
* New tokenizer test.Tavian Barnes2009-10-273-0/+43