diff options
author | Camil Staps | 2017-08-13 19:21:43 +0200 |
---|---|---|
committer | Camil Staps | 2017-08-13 19:21:48 +0200 |
commit | bb762e08e950b4d6d16bf0782c3e8d689f28c5dc (patch) | |
tree | c01e0dbca3b9761a4fcadcfc34c15d4b5a0a0193 /.gitignore | |
parent | cleanup (diff) |
Improved compiler interface (#8)
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ Clean System Files/ -sil -sil_compiled -sil_compiled.dcl +silc +examples/ +!examples/*.sil |