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 956adf81e4 Define _GNU_SOURCE to expose qsort_r(). hace 1 año
.gitignore Ignore more irrelevant stuff. hace 1 año
Makefile Define _GNU_SOURCE to expose qsort_r(). hace 1 año
README.md Initial commit hace 1 año
bench-sieve.txt Make sieve be local, not global. hace 1 año
bench.txt import files hace 1 año
minproto.leg Top-level expressions use the value of symbol __globals__ as the base environment instead of nil. Fix off-by-1 error in nlrPush(). Object.keys() returns keys in alphabetical order. hace 1 año
test.ref Test user-defined AST nodes. hace 1 año
test.txt Top-level expressions use the value of symbol __globals__ as the base environment instead of nil. Fix off-by-1 error in nlrPush(). Object.keys() returns keys in alphabetical order. hace 1 año
test2.txt import files hace 1 año

README.md

minproto

Minimal (?) protype-based language.