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 57fe021082 All symbols created with UNDEFINED_TYPECODE by default. AST nodes with undefined typecode are evaluated by invoking the method __eval__ on the node. Typecode is looked up in the immediate delegate of a node only. Object.__eval__() is primitive and returns self. před 1 rokem
.gitignore Ignore more irrelevant stuff. před 1 rokem
Makefile Run test on file, not on stdin. před 1 rokem
README.md Initial commit před 1 rokem
bench-sieve.txt Make sieve be local, not global. před 1 rokem
bench.txt import files před 1 rokem
minproto.leg All symbols created with UNDEFINED_TYPECODE by default. AST nodes with undefined typecode are evaluated by invoking the method __eval__ on the node. Typecode is looked up in the immediate delegate of a node only. Object.__eval__() is primitive and returns self. před 1 rokem
test.ref Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. před 1 rokem
test.txt Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. před 1 rokem
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.