Minimal (?) protype-based language.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
Ian Piumarta 9cc8c3e572 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. il y a 1 an
.gitignore Ignore more irrelevant stuff. il y a 1 an
Makefile Run test on file, not on stdin. il y a 1 an
README.md Initial commit il y a 1 an
bench-sieve.txt Make sieve be local, not global. il y a 1 an
bench.txt import files il y a 1 an
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. il y a 1 an
test.ref Test user-defined AST nodes. il y a 1 an
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. il y a 1 an
test2.txt import files il y a 1 an

README.md

minproto

Minimal (?) protype-based language.