Minimal (?) protype-based language.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
Ian Piumarta ea60878c24 Add exception tests. New test.txt reference output. il y a 1 an
.gitignore Ignore more irrelevant stuff. il y a 1 an
Makefile Target minproto-opt built with TYPECODES and DELOPT enabled. Target release profiles with -O to disable backtrace. il y a 1 an
README.md Initial commit il y a 1 an
bench-sieve.txt Restore original benchmark size and number of repeats. il y a 1 an
bench.txt Include recent results as comments. il y a 1 an
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(). il y a 1 an
profile-generate.txt Include profile guided optimisation workload. il y a 1 an
test.ref Add exception tests. New test.txt reference output. il y a 1 an
test.txt Add exception tests. New test.txt reference output. il y a 1 an
test2.txt import files il y a 1 an

README.md

minproto

Minimal (?) protype-based language.