Minimal (?) protype-based language.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
Ian Piumarta 5b1ec1d738 Test user-defined AST nodes. 1 rok temu
.gitignore Ignore more irrelevant stuff. 1 rok temu
Makefile Run test on file, not on stdin. 1 rok temu
README.md Initial commit 1 rok temu
bench-sieve.txt Make sieve be local, not global. 1 rok temu
bench.txt import files 1 rok temu
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 rok temu
test.ref Test user-defined AST nodes. 1 rok temu
test.txt Test user-defined AST nodes. 1 rok temu
test2.txt import files 1 rok temu

README.md

minproto

Minimal (?) protype-based language.