Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
parsimony
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
Update test files
master
mtardy
hace 4 años
padre
d9364885fe
commit
bf224030cb
Se han
modificado 2 ficheros
con
8 adiciones
y
10 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-2
test.txt
+7
-8
test3.txt
+ 1
- 2
test.txt
Ver fichero
@ -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
Ver fichero
@ -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, {})
Escribir
Vista previa
Cargando…
Cancelar
Guardar