Go to file
Jussi Pakkanen aa99fb0c67 Pass environment and interpreter into shell generator as arguments. 2013-01-01 17:47:58 +02:00
test cases/1 trivial Unit test harness. 2012-12-26 17:05:04 +02:00
.gitignore Start of project. 2012-12-23 16:35:35 +02:00
COPYING Start of project. 2012-12-23 16:35:35 +02:00
builder.py Renamed main file. 2012-12-26 23:39:27 +02:00
environment.py Can do method calls on objects. 2012-12-30 03:20:53 +02:00
interpreter.py Can build an executable with several files. 2013-01-01 17:21:27 +02:00
nodes.py Can do method calls on objects. 2012-12-30 03:20:53 +02:00
parser.py Can call functions and print text. 2012-12-26 23:37:41 +02:00
run_tests.py Pass environment and interpreter into shell generator as arguments. 2013-01-01 17:47:58 +02:00
shellgenerator.py Pass environment and interpreter into shell generator as arguments. 2013-01-01 17:47:58 +02:00