Minimal (?) protype-based language.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
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. vor 11 Monaten
.gitignore Ignore more irrelevant stuff. vor 1 Jahr
Makefile Enable profiling when poducing release binary. vor 11 Monaten
README.md Initial commit vor 1 Jahr
bench-sieve.txt Remove let keyword in front of local definition. vor 11 Monaten
bench.txt Include recent results as comments. vor 1 Jahr
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. vor 11 Monaten
profile-generate.txt Remove let keyword in front of local definition. vor 11 Monaten
test.ref New reference output. vor 11 Monaten
test.txt New reference output. vor 11 Monaten
test2.txt import files vor 1 Jahr

README.md

minproto

Minimal (?) protype-based language.