Minimal (?) protype-based language.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
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 yıl önce
.gitignore Ignore more irrelevant stuff. 1 yıl önce
Makefile Run test on file, not on stdin. 1 yıl önce
README.md Initial commit 1 yıl önce
bench-sieve.txt Make sieve be local, not global. 1 yıl önce
bench.txt import files 1 yıl önce
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 yıl önce
test.ref Test user-defined AST nodes. 1 yıl önce
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 yıl önce
test2.txt import files 1 yıl önce

README.md

minproto

Minimal (?) protype-based language.