Peephole optimizer written in Python

Jayke Meijer a38a01fb66 Merge branch 'master' of github.com:taddeus/peephole před 14 roky
benchmarks 9b1c56f0e5 Recompiled with -O0 před 14 roky
report 9383aba463 worked on common subexpression part před 14 roky
src a38a01fb66 Merge branch 'master' of github.com:taddeus/peephole před 14 roky
tests 528334ffc6 started on testing ged_def před 14 roky
.gitignore 2ed0286faf Moved main to root. před 14 roky
Makefile 12e6457404 Added 'make clean' option to remove .pyc files. před 14 roky
README ca3a9b6774 Updated README. před 14 roky
TODO CSE.txt 0443f16d95 Added todo on CSE. před 14 roky
base.mk 2672776710 Added unit testing framework. před 14 roky
compile eef9bd050d Added compile script (really now). před 14 roky
main.py 2ed0286faf Moved main to root. před 14 roky
test.py 2672776710 Added unit testing framework. před 14 roky

README

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