initial; lexer and parser

This commit is contained in:
hellerve
2015-07-07 13:51:15 +02:00
parent 0bc4bc1616
commit f9c1f2a45d
7 changed files with 490 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
###IMProved
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.