Minimal (?) protype-based language.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
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. 1 рік тому
.gitignore Ignore more irrelevant stuff. 1 рік тому
Makefile Run test on file, not on stdin. 1 рік тому
README.md Initial commit 1 рік тому
bench-sieve.txt Make sieve be local, not global. 1 рік тому
bench.txt import files 1 рік тому
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. 1 рік тому
test.ref Test user-defined AST nodes. 1 рік тому
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. 1 рік тому
test2.txt import files 1 рік тому

README.md

minproto

Minimal (?) protype-based language.