Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-04 | Make up to date | Camil Staps | 1 | -10/+9 | |
2018-12-20 | Bring up to date | Camil Staps | 1 | -2/+8 | |
2017-08-14 | Fix erroneous change from c5c4788b282a371fdc989e2d13430701f3457441 | Camil Staps | 1 | -2/+3 | |
2017-08-13 | Improved compiler interface (#8) | Camil Staps | 1 | -1/+4 | |
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 | -15/+34 | |
2017-07-30 | Reorganise: make Position a field in Syntax types | Camil Staps | 1 | -5/+2 | |
2017-07-30 | Make ParseState unique to reduce heap use | Camil Staps | 1 | -34/+61 | |
2017-07-30 | Start with positional errors (see #5) | Camil Staps | 1 | -22/+50 | |
2017-07-27 | Centralise errors (needed for positional errors #5) | Camil Staps | 1 | -8/+8 | |
2017-07-19 | Reorganise | Camil Staps | 1 | -0/+93 | |