aboutsummaryrefslogtreecommitdiff
path: root/Sil/Util/Parser.dcl
AgeCommit message (Collapse)AuthorFilesLines
2018-12-20Bring up to dateCamil Staps1-2/+6
2017-08-13Improved compiler interface (#8)Camil Staps1-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-30Better errorsCamil Staps1-6/+10
2017-07-30Reorganise: make Position a field in Syntax typesCamil Staps1-7/+6
2017-07-30Make ParseState unique to reduce heap useCamil Staps1-3/+3
2017-07-30Start with positional errors (see #5)Camil Staps1-3/+20
2017-07-27Centralise errors (needed for positional errors #5)Camil Staps1-4/+4
2017-07-19ReorganiseCamil Staps1-0/+33