Minimal (?) protype-based language.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
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. il y a 1 an
.gitignore Ignore more irrelevant stuff. il y a 1 an
Makefile Run test on file, not on stdin. il y a 1 an
README.md Initial commit il y a 1 an
bench-sieve.txt Make sieve be local, not global. il y a 1 an
bench.txt import files il y a 1 an
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. il y a 1 an
test.ref Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. il y a 1 an
test.txt Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. il y a 1 an
test2.txt import files il y a 1 an

README.md

minproto

Minimal (?) protype-based language.