Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-04 | Fix compilation from different directoryHEADmaster | Camil Staps | 1 | -15/+4 | |
2021-01-04 | Do not use clm; use code generator directly and insert own run-time options ↵ | Camil Staps | 1 | -20/+57 | |
in data section | |||||
2021-01-04 | Make up to date | Camil Staps | 1 | -6/+7 | |
2018-12-20 | Fix error reporting for illegal command line arguments | Camil Staps | 1 | -1/+1 | |
2018-12-20 | Bring up to date | Camil Staps | 1 | -3/+3 | |
2017-08-13 | Improved compiler interface (#8) | Camil Staps | 1 | -0/+155 | |
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. |