feat: parallelised compilation #39

Merged
gk1623 merged 18 commits from gleb/parallelisation into master 2025-03-13 01:08:58 +00:00
7 changed files with 349 additions and 232 deletions
Showing only changes of commit 0d8be53ae4 - Show all commits

View File

@@ -4,6 +4,6 @@
# but do *not* change its name. # but do *not* change its name.
# feel free to adjust to suit the specific internal flags of your compiler # feel free to adjust to suit the specific internal flags of your compiler
./wacc-compiler "$@" ./wacc-compiler --output . "$@"
exit $? exit $?