Initial commit - copied from GitLab

This commit is contained in:
os222
2025-05-24 22:13:16 +01:00
commit 4d6426c899
440 changed files with 15150 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Bash front-end for your compiler.
# You are free to change the language used for this script,
# but do *not* change its name.
# feel free to adjust to suit the specific internal flags of your compiler
./wacc-compiler "$@"
exit $?