added ast definition and parser

This commit is contained in:
hellerve
2015-07-08 13:07:02 +02:00
parent ed5ea34114
commit a96a5fe1f7
4 changed files with 555 additions and 1 deletions

View File

@@ -4,3 +4,5 @@ IMProved aims to build an interpreter for IMP (based on
[this](http://jayconrod.com/posts/37/a-simple-interpreter-from-scratch-in-python-part-1))
that is fully documented, occassionally improved and
embeddable into Python.
As you may notice, I am bad at documentation.