summaryrefslogtreecommitdiffstats
path: root/dimension/common.prologue
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.
* Have dmnsn_diagnostic() take a dmnsn_parse_location.Tavian Barnes2010-04-181-9/+2
|
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-5/+1
| | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.
* Implement macro support.Tavian Barnes2010-03-231-0/+1
|
* 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/+145
Oh God this is ugly...