aboutsummaryrefslogtreecommitdiff
path: root/silc.icl
AgeCommit message (Collapse)AuthorFilesLines
2021-01-04Fix compilation from different directoryHEADmasterCamil Staps1-15/+4
2021-01-04Do not use clm; use code generator directly and insert own run-time options ↵Camil Staps1-20/+57
in data section
2021-01-04Make up to dateCamil Staps1-6/+7
2018-12-20Fix error reporting for illegal command line argumentsCamil Staps1-1/+1
2018-12-20Bring up to dateCamil Staps1-3/+3
2017-08-13Improved compiler interface (#8)Camil Staps1-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.