Minimal (?) protype-based language.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
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. vor 1 Jahr
.gitignore Ignore more irrelevant stuff. vor 1 Jahr
Makefile Run test on file, not on stdin. vor 1 Jahr
README.md Initial commit vor 1 Jahr
bench-sieve.txt Make sieve be local, not global. vor 1 Jahr
bench.txt import files vor 1 Jahr
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. vor 1 Jahr
test.ref Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. vor 1 Jahr
test.txt Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. vor 1 Jahr
test2.txt import files vor 1 Jahr

README.md

minproto

Minimal (?) protype-based language.