added compile.sh
1 parent 367aa7b commit c3e8b2ba5d2b78de623b58e1c7b5b93a63cfc628
@glproj03 glproj03 authored on 26 Jan 2006
Showing 2 changed files
View
1
■■■■
compile.sh 0 → 100644
for x in tests/5/*.zwei ; do scala -cp d:/files/source/scala/zweic/classes zweic.GeneratorTest $x > asm/`basename $x .zwei`.asm ; done
View
2
■■■
tests/5/arith.zwei
-(3*5)+2-(-1)/(6%2)
-(3*5)+2-(-1)/(5%2)