Minimal (?) protype-based language.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
Ian Piumarta c5c29bdbb0 Add release target that uses profile guided optimisation. hace 1 año
.gitignore Ignore more irrelevant stuff. hace 1 año
Makefile Add release target that uses profile guided optimisation. hace 1 año
README.md Initial commit hace 1 año
bench-sieve.txt Restore original benchmark size and number of repeats. hace 1 año
bench.txt Include recent results as comments. hace 1 año
minproto.leg Add symbols #O, #d, #v and Symbol.setop() primitive. Add primitive method Symbol.setopt(N) to set command-line option at runtime. Add primitive method Symbol.defined() to test if a variable name has been defined. Overload primitive "+" to concatenate strings. Add stack of namespaces, initialised to empty object. refvar() and getvar() search namespaces, from most to least recent, when looking for global variables. setvar() always defines globals in the most recent namespace regardless of any existing shadowed definitions. Make OBJ::NAME a synonym for OBJ.NAME except that OBJ::NAME() applies a function whereas OBJ.NAME() invokes method NAME on OBJ. Add primitive error() to print source location, error message, and backtrace. hace 1 año
test.ref Object.dump() uses Object.allKeys() instead of Object.keys(). hace 1 año
test.txt Object.dump() uses Object.allKeys() instead of Object.keys(). hace 1 año
test2.txt import files hace 1 año

README.md

minproto

Minimal (?) protype-based language.