Branch | Status |
---|---|
Master |
git clone https://github.com/cedricfarinazzo/BrainfuckCompiler.git
cd BrainfuckCompiler
make
You can found executable files in bin folder.
Bff is a brainfuck compiler made in Caml.
$ bff -help
$ bff -v ...
$ bff -i brainfuck.b
Hello World!
$ ./bff -i brainfuck.b -o brainfuck.exe
$ ./brainfuck.exe
Hello World!
- Fork this project
- Create a new branch
- Make your changes
- Merge your branch to master
- Create a pull request and explain your changes
See the LICENSE file for licensing information.