| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/ast: prohibit empty strings | Dmitry Vyukov | 2017-09-04 | 1 | -0/+6 |
| | | | | | This is currently unsupported and unused. | ||||
| * | pkg/ast: fix struct comment parsing | Dmitry Vyukov | 2017-09-04 | 1 | -0/+11 |
| | | |||||
| * | pkg/compiler: move more const-processing code to compiler | Dmitry Vyukov | 2017-08-27 | 1 | -0/+2 |
| | | |||||
| * | pkg/ast: new parser for sys descriptions | Dmitry Vyukov | 2017-08-18 | 1 | -0/+28 |
| The old parser in sys/sysparser is too hacky, difficult to extend and drops debug info too early, so that we can't produce proper error messages. Add a new parser that is build like a proper language parser and preserves full debug info for every token. | |||||
