Minimal (?) protype-based language.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
Ian Piumarta ff3dda9f83 Include recent results as comments. 1 рік тому
.gitignore Ignore more irrelevant stuff. 1 рік тому
Makefile Define _GNU_SOURCE to expose qsort_r(). 1 рік тому
README.md Initial commit 1 рік тому
bench-sieve.txt Include recent results as comments. 1 рік тому
bench.txt Include recent results as comments. 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.