Peephole optimizer written in Python

Taddeus Kroes d8059d6648 Did not change a thing... il y a 13 ans
benchmarks 1120fc8f8f Added wiki.s to build folder. il y a 14 ans
report 8ee507e27d Added report folder to structure. il y a 14 ans
src a7c3734d60 Removed unused files. il y a 14 ans
tests 6ceb955b47 Fixed unit tests. il y a 14 ans
.gitignore 2c52c49a3a Added temporary .s files to gitignore. il y a 14 ans
Makefile 79e47225be Added in.s and out.s to 'make clean'. il y a 14 ans
README ca3a9b6774 Updated README. il y a 14 ans
base.mk 2672776710 Added unit testing framework. il y a 14 ans
main.py d8059d6648 Did not change a thing... il y a 13 ans
run d8059d6648 Did not change a thing... il y a 13 ans
test.py d8059d6648 Did not change a thing... il y a 13 ans

README

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