| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/ast: fix TestParseAll | Dmitry Vyukov | 2017-10-19 | 1 | -10/+6 |
| | | |||||
| * | pkg/compiler: more static error checking | Dmitry Vyukov | 2017-08-27 | 1 | -72/+11 |
| | | | | | Update #217 | ||||
| * | pkg/compiler: move more const-processing code to compiler | Dmitry Vyukov | 2017-08-27 | 1 | -27/+29 |
| | | |||||
| * | pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler | Dmitry Vyukov | 2017-08-27 | 1 | -18/+23 |
| | | | | | Now pkg/compiler deals with consts. | ||||
| * | Makefile: enforce formatting of sys files in presubmit | Dmitry Vyukov | 2017-08-18 | 1 | -6/+4 |
| | | |||||
| * | pkg/ast: new parser for sys descriptions | Dmitry Vyukov | 2017-08-18 | 1 | -0/+180 |
| 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. | |||||
