A compiler for the language BrainFuck
This is a compiler for the language Brain fuck written in Assembly x86_64. It uses some optimisations (+/-, </>, [-]).
- Clone the repo
- Run
make
in the directory
- How to run the program
make
./brainfuck [filename]
Ernesto de Menibus ([email protected])