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 ea60878c24 Add exception tests. New test.txt reference output. před 11 měsíci
.gitignore Ignore more irrelevant stuff. před 1 rokem
Makefile Target minproto-opt built with TYPECODES and DELOPT enabled. Target release profiles with -O to disable backtrace. před 1 rokem
README.md Initial commit před 1 rokem
bench-sieve.txt Restore original benchmark size and number of repeats. před 1 rokem
bench.txt Include recent results as comments. před 1 rokem
minproto.leg Exceptions are supported with syntax "try {} catch (e) {}", "try {} ensure {}", and "raise e". Add catch to the list of words that can end an expression statement. Most runtime errors are reported using exceptions when EXCEPTIONS=1. Add String_repeat() supporting multiplying a string and an integer. Illegal escape sequence in a string is a warning not an error. Break and continue work properly in while(). ForFromTo evaluates its start and end arguments. Rename primitive fatal() to error(). před 11 měsíci
profile-generate.txt Include profile guided optimisation workload. před 1 rokem
test.ref Add exception tests. New test.txt reference output. před 11 měsíci
test.txt Add exception tests. New test.txt reference output. před 11 měsíci
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.