Minimal (?) protype-based language.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
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. há 1 ano
.gitignore Ignore more irrelevant stuff. há 1 ano
Makefile Run test on file, not on stdin. há 1 ano
README.md Initial commit há 1 ano
bench-sieve.txt Make sieve be local, not global. há 1 ano
bench.txt import files há 1 ano
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. há 1 ano
test.ref Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. há 1 ano
test.txt Remove makeForm(). Use Closure.fixed property to change assert/refute closures into a special forms. há 1 ano
test2.txt import files há 1 ano

README.md

minproto

Minimal (?) protype-based language.