summaryrefslogtreecommitdiffstats
path: root/dimension/common.terminals
Commit message (Expand)AuthorAgeFilesLines
* Implement image_{width,height}.Tavian Barnes2010-04-161-2/+2
* Initial support for image_maps.Tavian Barnes2010-04-151-2/+2
* Support planes in dimension.Tavian Barnes2010-04-151-1/+1
* Implement CSG in front-end.Tavian Barnes2010-04-071-4/+4
* Support object identifiers.Tavian Barnes2010-03-311-1/+1
* Implement most vector functions.Tavian Barnes2010-03-231-4/+4
* Add built-in float constants.Tavian Barnes2010-03-221-7/+7
* Support logical ! operator.Tavian Barnes2010-03-221-0/+1
* Support max() and min().Tavian Barnes2010-03-201-2/+2
* Implement almost all float functions.Tavian Barnes2010-03-201-16/+16
* A bunch more float functions.Tavian Barnes2010-03-201-15/+15
* Support exp().Tavian Barnes2010-03-191-1/+1
* Preliminary support for global_settings.Tavian Barnes2010-03-091-3/+3
* Parse interiors.Tavian Barnes2010-02-251-2/+2
* Add all language directives to lexer.Tavian Barnes2010-02-111-15/+15
* Call DMNSN_T_LEX_ERROR a "parse error".Tavian Barnes2010-02-091-1/+1
* "Support" the #version directive.Tavian Barnes2010-02-051-1/+1
* Fix #line off-by-one :)Tavian Barnes2010-02-031-1/+1
* Implement #while.Tavian Barnes2010-02-031-1/+1
* Support #ifdef and #ifndef.Tavian Barnes2010-02-021-2/+2
* Add #line markers to {common,grammar,directives}.{prologue,declarations,...}.Tavian Barnes2010-02-021-0/+2
* Implement #if.Tavian Barnes2010-02-021-3/+6
* Implement #declare, #local, and #undef in middle tier.Tavian Barnes2010-02-011-0/+520