Peephole optimizer written in Python

Jayke Meijer 1f8dbb4f66 Merge branch 'master' of github.com:taddeus/peephole %!s(int64=14) %!d(string=hai) anos
benchmarks 38a5bdca71 Added optimized files. %!s(int64=14) %!d(string=hai) anos
report 1ab45a983f report to 80 char limit. %!s(int64=14) %!d(string=hai) anos
src ec54b66b9a Merge branch 'master' of github.com:taddeus/peephole %!s(int64=14) %!d(string=hai) anos
tests ec54b66b9a Merge branch 'master' of github.com:taddeus/peephole %!s(int64=14) %!d(string=hai) anos
.gitignore 094a99f116 Added some unit tests for utils. %!s(int64=14) %!d(string=hai) anos
Makefile 2672776710 Added unit testing framework. %!s(int64=14) %!d(string=hai) anos
README ca3a9b6774 Updated README. %!s(int64=14) %!d(string=hai) anos
base.mk 2672776710 Added unit testing framework. %!s(int64=14) %!d(string=hai) anos
compile eef9bd050d Added compile script (really now). %!s(int64=14) %!d(string=hai) anos
test.py 2672776710 Added unit testing framework. %!s(int64=14) %!d(string=hai) anos

README

Dependencies:
The PLY parser requires the 'python-ply' package:
sudo apt-get install python-ply