mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
5 lines
132 B
Bash
5 lines
132 B
Bash
. ../testenv.sh
|
|
# Generate mixed source and assembly code listing
|
|
voc TestLanguage.mod -m
|
|
./TestLanguage >result
|
|
. ../testresult.sh
|