Peephole optimizer written in Python

Jayke Meijer 4589843514 Moved non-jump optimizations to block optimization. vor 14 Jahren
benchmarks 139668826b Added folder for optimized .s files. vor 14 Jahren
report 1ab45a983f report to 80 char limit. vor 14 Jahren
src 4589843514 Moved non-jump optimizations to block optimization. vor 14 Jahren
tests 4589843514 Moved non-jump optimizations to block optimization. vor 14 Jahren
.gitignore 094a99f116 Added some unit tests for utils. vor 14 Jahren
Makefile 2672776710 Added unit testing framework. vor 14 Jahren
QUESTIONS d5f84037f7 Removed old questions. vor 14 Jahren
README ca3a9b6774 Updated README. vor 14 Jahren
base.mk 2672776710 Added unit testing framework. vor 14 Jahren
compile eef9bd050d Added compile script (really now). vor 14 Jahren
test.py 2672776710 Added unit testing framework. vor 14 Jahren

README

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