Minimal (?) protype-based language.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
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 rok temu
.gitignore Ignore more irrelevant stuff. 1 rok temu
Makefile Run test on file, not on stdin. 1 rok temu
README.md Initial commit 1 rok temu
bench-sieve.txt Make sieve be local, not global. 1 rok temu
bench.txt import files 1 rok temu
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 rok temu
test.ref Test user-defined AST nodes. 1 rok temu
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 rok temu
test2.txt import files 1 rok temu

README.md

minproto

Minimal (?) protype-based language.