importing python metacircular evaluator into gitmaster
commite5721773cf8b08a341113b7c87c7ec92d893fa28
authorSridhar Ratnakumar <srid@nearfar.org>
Sat, 15 Dec 2007 07:03:39 +0000 (15 12:33 +0530)
committerSridhar Ratnakumar <srid@nearfar.org>
Sat, 15 Dec 2007 07:03:39 +0000 (15 12:33 +0530)
tree4ef9f707a34f90b2872493aa928e4d1f286de7a5
importing python metacircular evaluator into git
19 files changed:
boa.py [new file with mode: 0644]
boa2/README [new file with mode: 0644]
boa2/boa/__init__.py [new file with mode: 0644]
boa2/boa/environment.py [new file with mode: 0644]
boa2/boa/error.py [new file with mode: 0644]
boa2/boa/evaluator.py [new file with mode: 0644]
boa2/boa/lispmod.py [new file with mode: 0644]
boa2/boa/macro.py [new file with mode: 0644]
boa2/boa/name.py [new file with mode: 0644]
boa2/boa/parser.py [new file with mode: 0644]
boa2/boa/primitives.py [new file with mode: 0644]
boa2/boa/runtime.py [new file with mode: 0644]
boa2/foo.boa [new file with mode: 0644]
boa2/tests/test_hello.py [new file with mode: 0644]
boa2/tests/test_name.py [new file with mode: 0644]
boa2/tests/test_old_boa.py [new file with mode: 0644]
boa2/tests/test_pair.py [new file with mode: 0644]
foo [new file with mode: 0644]
tests.py [new file with mode: 0644]