summaryrefslogtreecommitdiffstats
path: root/dimension/grammar.rules
Commit message (Collapse)AuthorAgeFilesLines
* Give backtraces for diagnostics from macros and include files.Tavian Barnes2010-04-181-1/+3
| | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle.
* Preliminary support for global_settings.Tavian Barnes2010-03-091-1/+30
|
* 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-521/+3
| | | | Oh God this is ugly...
* Split grammar.y to allow code re-use.Tavian Barnes2010-01-291-0/+562