Minimal (?) protype-based language.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
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(). hace 11 meses
.gitignore Ignore more irrelevant stuff. hace 1 año
Makefile Target minproto-opt built with TYPECODES and DELOPT enabled. Target release profiles with -O to disable backtrace. hace 1 año
README.md Initial commit hace 1 año
bench-sieve.txt Restore original benchmark size and number of repeats. hace 1 año
bench.txt Include recent results as comments. hace 1 año
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(). hace 11 meses
profile-generate.txt Include profile guided optimisation workload. hace 1 año
test.ref Upate test reference output. hace 11 meses
test.txt Object.dump() uses Object.allKeys() instead of Object.keys(). hace 1 año
test2.txt import files hace 1 año

README.md

minproto

Minimal (?) protype-based language.