GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
zweic
Browse code
added compile.sh
master
1 parent
367aa7b
commit
c3e8b2ba5d2b78de623b58e1c7b5b93a63cfc628
glproj03
authored
on 26 Jan 2006
Patch
Unified
Split
Showing
2 changed files
+1
-0
■
■■■■
compile.sh
+1
-1
■
■
■■■
tests/5/arith.zwei
Ignore Space
Show notes
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
Ignore Space
Show notes
View
2
■
■
■■■
tests/5/arith.zwei
-(
3
*
5
)+
2
-(-
1
)/(
6
%
2
)
-(
3
*
5
)+
2
-(-
1
)/(
5
%
2
)
Show line notes below