-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile.sh
More file actions
executable file
·56 lines (56 loc) · 2.08 KB
/
compile.sh
File metadata and controls
executable file
·56 lines (56 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
python RiperLex.py
echo "#################################"
echo "#################################"
echo "#################################"
echo " Testing test.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test.riper
echo "#################################"
echo "#################################"
echo "#################################"
echo " Testing test2.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test2.riper
echo "#################################"
echo "#################################"
echo "#################################"
echo " Testing test3.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test3.riper
echo "#################################"
echo "#################################"
echo "#################################"
echo " Testing test4.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test4.riper
echo "#################################"
echo "#################################"
echo "#################################"
echo " Testing fibonacci.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py fibonacci.riper
echo " Testing test5.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test5.riper
echo " Testing test6.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test6.riper
echo " Testing test7.riper"
echo "#################################"
echo "#################################"
echo "#################################"
python2 RiperPar.py test7.riper