summaryrefslogtreecommitdiffstats
path: root/dimension/common.nonterminals
Commit message (Collapse)AuthorAgeFilesLines
* Give backtraces for diagnostics from macros and include files.Tavian Barnes2010-04-181-0/+1
| | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle.
* Initial support for image_maps.Tavian Barnes2010-04-151-0/+1
|
* Support transforming pigments and textures in dimension.Tavian Barnes2010-04-151-0/+1
|
* Support planes in dimension.Tavian Barnes2010-04-151-0/+2
|
* Implement CSG in front-end.Tavian Barnes2010-04-071-1/+7
|
* Support the ternary operator.Tavian Barnes2010-03-221-0/+1
|
* Support max() and min().Tavian Barnes2010-03-201-0/+2
|
* Parse interiors.Tavian Barnes2010-02-251-0/+4
|
* Support #include.Tavian Barnes2010-02-091-1/+2
|
* Fix #line off-by-one :)Tavian Barnes2010-02-031-1/+1
|
* Add #line markers to {common,grammar,directives}.{prologue,declarations,...}.Tavian Barnes2010-02-021-0/+2
|
* Implement #declare, #local, and #undef in middle tier.Tavian Barnes2010-02-011-0/+75
Oh God this is ugly...