Peephole optimizer written in Python

Jayke Meijer 77412c474d Merge branch 'master' of github.com:taddeus/peephole vor 14 Jahren
benchmarks 38a5bdca71 Added optimized files. vor 14 Jahren
report 941ce4df8d Filled list of optimizations. vor 14 Jahren
src af811f6e0a Automatic whitespace fix. vor 14 Jahren
tests 1e2cf2e981 Added unittests for dag. vor 14 Jahren
.gitignore 3bbb104278 Added description of code structure and optimizations so far to report. vor 14 Jahren
Makefile 2672776710 Added unit testing framework. vor 14 Jahren
README ca3a9b6774 Updated README. vor 14 Jahren
TODO CSE.txt 0443f16d95 Added todo on CSE. vor 14 Jahren
TODO.txt 134aea82c9 Added todo with two things i just realized. 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