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 4b75732a7e Support super.id() to call method id in the delegate of the object in which the currently running method was found. Add __extern__ to support foreign function calls. před 1 rokem
.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 Support super.id() to call method id in the delegate of the object in which the currently running method was found. Add __extern__ to support foreign function calls. před 1 rokem
profile-generate.txt Include profile guided optimisation workload. před 1 rokem
test.ref New reference output. před 1 rokem
test.txt New reference output. před 1 rokem
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.