diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..93e0092 --- /dev/null +++ b/compile.sh @@ -0,0 +1 @@ +for x in tests/5/*.zwei ; do scala -cp d:/files/source/scala/zweic/classes zweic.GeneratorTest $x > asm/`basename $x .zwei`.asm ; done \ No newline at end of file diff --git a/tests/5/arith.zwei b/tests/5/arith.zwei index fbf741f..a8270eb 100644 --- a/tests/5/arith.zwei +++ b/tests/5/arith.zwei @@ -1 +1 @@ --(3*5)+2-(-1)/(6%2) \ No newline at end of file +-(3*5)+2-(-1)/(5%2) \ No newline at end of file