Minimal (?) protype-based language.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
Ian Piumarta c10c320d4e Add profiling support when compiled with PROFILE=1 and command-line option -p to enable profiling. Add [from:to] syntax for array and string slices. Fix passing of environment between primitive and user-defined __eval__ methods. před 1 rokem
.gitignore Ignore more irrelevant stuff. před 1 rokem
Makefile Enable profiling when poducing release binary. před 1 rokem
README.md Initial commit před 1 rokem
bench-sieve.txt Remove let keyword in front of local definition. před 1 rokem
bench.txt Include recent results as comments. před 1 rokem
minproto.leg Add profiling support when compiled with PROFILE=1 and command-line option -p to enable profiling. Add [from:to] syntax for array and string slices. Fix passing of environment between primitive and user-defined __eval__ methods. před 1 rokem
profile-generate.txt Remove let keyword in front of local definition. před 1 rokem
test.ref New reference output. před 1 rokem
test.txt New reference output. před 1 rokem
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.