Minimal (?) protype-based language.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
Ian Piumarta dcbef49750 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(). há 11 meses
.gitignore Ignore more irrelevant stuff. há 1 ano
Makefile Target minproto-opt built with TYPECODES and DELOPT enabled. Target release profiles with -O to disable backtrace. há 1 ano
README.md Initial commit há 1 ano
bench-sieve.txt Restore original benchmark size and number of repeats. há 1 ano
bench.txt Include recent results as comments. há 1 ano
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(). há 11 meses
profile-generate.txt Include profile guided optimisation workload. há 1 ano
test.ref Upate test reference output. há 11 meses
test.txt Object.dump() uses Object.allKeys() instead of Object.keys(). há 1 ano
test2.txt import files há 1 ano

README.md

minproto

Minimal (?) protype-based language.