summaryrefslogtreecommitdiffstats
path: root/dimension/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless `static' from enum.Tavian Barnes2010-01-141-1/+2
* New --threads cmdline option.Tavian Barnes2010-01-141-7/+27
* Make symbol table semantics line up with povray's.Tavian Barnes2009-12-191-1/+1
* Implement a symbol table.Tavian Barnes2009-12-191-2/+14
* Tokenize on-the-fly.Tavian Barnes2009-12-171-33/+20
* Accept width and height command-line arguments.Tavian Barnes2009-12-161-1/+33
* Don't use dmnsn_error() in main().Tavian Barnes2009-12-161-25/+37
* Mess with `dimension' output a bit.Tavian Barnes2009-11-211-3/+3
* Fix tests.Tavian Barnes2009-11-201-3/+16
* Make `dimension' output some things as it works.Tavian Barnes2009-11-201-2/+25
* Make dmnsn_delete_scene() delete the scene's elements too.Tavian Barnes2009-11-091-2/+2
* (Sort of) parse boxes.Tavian Barnes2009-10-301-3/+6
* Skeleton of parser and realizer.Tavian Barnes2009-10-291-9/+47
* Search in the same path as the current file for #includes.Tavian Barnes2009-10-281-0/+1
* Store source filename in tokens, give better diagnostics.Tavian Barnes2009-10-281-1/+1
* Begin tokenizer.Tavian Barnes2009-10-261-4/+44
* Add some command-line options to `dimension' program.Tavian Barnes2009-10-261-1/+64
* Begin work on `dimension' client program.Tavian Barnes2009-10-261-0/+26