Minimal (?) protype-based language.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
Ian Piumarta 5b1ec1d738 Test user-defined AST nodes. 1 anno fa
.gitignore Ignore more irrelevant stuff. 1 anno fa
Makefile Run test on file, not on stdin. 1 anno fa
README.md Initial commit 1 anno fa
bench-sieve.txt Make sieve be local, not global. 1 anno fa
bench.txt import files 1 anno fa
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. 1 anno fa
test.ref Test user-defined AST nodes. 1 anno fa
test.txt Test user-defined AST nodes. 1 anno fa
test2.txt import files 1 anno fa

README.md

minproto

Minimal (?) protype-based language.