Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 1 | -0/+4 |
| | | | | | 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 Barnes | 2010-04-18 | 1 | -5/+13 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Implement a symbol table. | Tavian Barnes | 2009-12-19 | 1 | -3/+7 |
| | |||||
* | Refactor tokenizer a bit. | tavianator | 2009-10-29 | 1 | -0/+36 |