Peephole optimizer written in Python

Richard Torenvliet 9706e239c4 Merge branch 'master' of github.com:taddeus/peephole hace 14 años
benchmarks b1e776e6d1 Added assembly benchmarkfiles. hace 14 años
report e97d3e5677 started on report hace 14 años
src 4a51527ed0 Added unittest of move-instr optimization. hace 14 años
tests bb1f3ba03f Added unittests for move-instruction. hace 14 años
.gitignore 094a99f116 Added some unit tests for utils. hace 14 años
Makefile 2672776710 Added unit testing framework. hace 14 años
QUESTIONS d5f84037f7 Removed old questions. hace 14 años
README ca3a9b6774 Updated README. hace 14 años
base.mk 2672776710 Added unit testing framework. hace 14 años
compile eef9bd050d Added compile script (really now). hace 14 años
test.py 2672776710 Added unit testing framework. hace 14 años

README

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