Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
piumarta
/
javascrypt
kopie van
https://github.com/mtardy/javascrypt.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
1
Wiki
Activiteit
Bladeren bron
update test files
pull/12/head
mtardy
4 jaren geleden
bovenliggende
72fb9500c3
commit
df0be7d4f7
3 gewijzigde bestanden
met
toevoegingen van 10
en
10 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+4
-1
test-proto.txt
+6
-0
test-runtime-error.txt
+0
-9
test3.txt
+ 4
- 1
test-proto.txt
Bestand weergeven
@ -1,4 +1,7 @@
fun println() { apply(print, __arguments__); print("\n"); }
fun println() {
apply(print, __arguments__);
print("\n");
}
var Object = { __name__: #"Object" };
+ 6
- 0
test-runtime-error.txt
Bestand weergeven
@ -0,0 +1,6 @@
2;
12;
(3*null);
a = {}
a.piz = fun f() {continue;}
`invoke(a, (a.piz), {})
+ 0
- 9
test3.txt
Bestand weergeven
@ -1,9 +0,0 @@
var num = `4; // THESE ARE THE
var ast = `(3+@num); // IMPORTANT 2 LINES
fun f() {
var c = `4+3
return 5 + @c
}
f()
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan