Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-13 | Improved compiler interface (#8) | Camil Staps | 1 | -0/+1 | |
Specifically: - --check, --compile and --generate are implicit, there are --no-* options to disable. - --help added. - --run removed. - Renamed to silc (sil compiler). - Output files are relative to input file. | |||||
2017-07-30 | Better errors | Camil Staps | 1 | -6/+10 | |
2017-07-30 | Reorganise: make Position a field in Syntax types | Camil Staps | 1 | -7/+6 | |
2017-07-30 | Make ParseState unique to reduce heap use | Camil Staps | 1 | -3/+3 | |
2017-07-30 | Start with positional errors (see #5) | Camil Staps | 1 | -3/+20 | |
2017-07-27 | Centralise errors (needed for positional errors #5) | Camil Staps | 1 | -4/+4 | |
2017-07-19 | Reorganise | Camil Staps | 1 | -0/+33 | |