Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
javascrypt
réplica de
https://github.com/mtardy/javascrypt.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
update test files
pull/12/head
mtardy
hace 4 años
padre
72fb9500c3
commit
df0be7d4f7
Se han
modificado 3 ficheros
con
10 adiciones
y
10 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-1
test-proto.txt
+6
-0
test-runtime-error.txt
+0
-9
test3.txt
+ 4
- 1
test-proto.txt
Ver fichero
@ -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
Ver fichero
@ -0,0 +1,6 @@
2;
12;
(3*null);
a = {}
a.piz = fun f() {continue;}
`invoke(a, (a.piz), {})
+ 0
- 9
test3.txt
Ver fichero
@ -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()
Escribir
Vista previa
Cargando…
Cancelar
Guardar