Minimal (?) protype-based language.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
Ian Piumarta ea38861c4d vmCompile() checks that all PC destinations are in range. STRING and CLASS opcodes read the argument length from their string, ignoring the explicit length given in the program. 1 рік тому
.gitignore Ignore more irrelevant stuff. 1 рік тому
Makefile Enable profiling when poducing release binary. 1 рік тому
README.md Initial commit 1 рік тому
bench-sieve.txt Remove let keyword in front of local definition. 1 рік тому
bench.txt Include recent results as comments. 1 рік тому
minproto.leg vmCompile() checks that all PC destinations are in range. STRING and CLASS opcodes read the argument length from their string, ignoring the explicit length given in the program. 1 рік тому
profile-generate.txt Remove let keyword in front of local definition. 1 рік тому
test.ref New reference output. 1 рік тому
test.txt New reference output. 1 рік тому
test2.txt import files 1 рік тому

README.md

minproto

Minimal (?) protype-based language.