Peephole optimizer written in Python

Taddeus Kroes d0a4e3670f Added representation functions for statement and apply_filter for block, along with unit tests. vor 14 Jahren
benchmarks b1e776e6d1 Added assembly benchmarkfiles. vor 14 Jahren
report ab9247e59d Added folder structure. vor 14 Jahren
src d0a4e3670f Added representation functions for statement and apply_filter for block, along with unit tests. vor 14 Jahren
tests d0a4e3670f Added representation functions for statement and apply_filter for block, along with unit tests. 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