This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
parsimony
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Update test files
master
mtardy
4 years ago
parent
d9364885fe
commit
bf224030cb
2 changed files
with
8 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
test.txt
+7
-8
test3.txt
+ 1
- 2
test.txt
View File
@ -68,9 +68,8 @@ fun f() {
t = millis();
var i = 0;
while (i < 10000
00
) i = i + 1;
while (i < 10000) i = i + 1;
println(millis() - t);
exit(0);
do println(i); while ((i = i + 1) < 10);
i= 5;
+ 7
- 8
test3.txt
View File
@ -1,9 +1,8 @@
var num = `4; // THESE ARE THE
var ast = `(3+@num); // IMPORTANT 2 LINES
fun f() {
var c = `4+3
return 5 + @c
a = {}
a.b = fun () {
switch (1) {
case 1:
throw { name: "EvalError", message: "oops" }
}
}
f()
invoke(a, a.b, {})
Write
Preview
Loading…
Cancel
Save