Peephole optimizer written in Python

Jayke Meijer 7e7ea9b3c4 Combined bne and beq optimization. hace 14 años
benchmarks 139668826b Added folder for optimized .s files. hace 14 años
report e97d3e5677 started on report hace 14 años
src 7e7ea9b3c4 Combined bne and beq optimization. hace 14 años
tests 1af3567df0 Added optimization of bne. 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