Minimal (?) protype-based language.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
Ian Piumarta 4ac12f91c5 Add symbols #O, #d, #v and Symbol.setop() primitive. Add primitive method Symbol.setopt(N) to set command-line option at runtime. Add primitive method Symbol.defined() to test if a variable name has been defined. Overload primitive "+" to concatenate strings. Add stack of namespaces, initialised to empty object. refvar() and getvar() search namespaces, from most to least recent, when looking for global variables. setvar() always defines globals in the most recent namespace regardless of any existing shadowed definitions. Make OBJ::NAME a synonym for OBJ.NAME except that OBJ::NAME() applies a function whereas OBJ.NAME() invokes method NAME on OBJ. Add primitive error() to print source location, error message, and backtrace. 1 yıl önce
.gitignore Ignore more irrelevant stuff. 1 yıl önce
Makefile Define _GNU_SOURCE to expose qsort_r(). 1 yıl önce
README.md Initial commit 1 yıl önce
bench-sieve.txt Include recent results as comments. 1 yıl önce
bench.txt Include recent results as comments. 1 yıl önce
minproto.leg Add symbols #O, #d, #v and Symbol.setop() primitive. Add primitive method Symbol.setopt(N) to set command-line option at runtime. Add primitive method Symbol.defined() to test if a variable name has been defined. Overload primitive "+" to concatenate strings. Add stack of namespaces, initialised to empty object. refvar() and getvar() search namespaces, from most to least recent, when looking for global variables. setvar() always defines globals in the most recent namespace regardless of any existing shadowed definitions. Make OBJ::NAME a synonym for OBJ.NAME except that OBJ::NAME() applies a function whereas OBJ.NAME() invokes method NAME on OBJ. Add primitive error() to print source location, error message, and backtrace. 1 yıl önce
test.ref Object.dump() uses Object.allKeys() instead of Object.keys(). 1 yıl önce
test.txt Object.dump() uses Object.allKeys() instead of Object.keys(). 1 yıl önce
test2.txt import files 1 yıl önce

README.md

minproto

Minimal (?) protype-based language.