Peephole optimizer written in Python

Jayke Meijer 8fa5681c2b Global optimalizations are now. vor 14 Jahren
benchmarks b1e776e6d1 Added assembly benchmarkfiles. vor 14 Jahren
report e97d3e5677 started on report vor 14 Jahren
src 8fa5681c2b Global optimalizations are now. vor 14 Jahren
tests 8fa5681c2b Global optimalizations are now. 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