Skip to content

cedricfarinazzo/BrainfuckCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainfuckCompiler

Build Status

Branch Status
Master Build Status

How To Build


git clone https://github.com/cedricfarinazzo/BrainfuckCompiler.git
cd BrainfuckCompiler
make

You can found executable files in bin folder.

Bff BrainfuckCompiler

Bff is a brainfuck compiler made in Caml.

Usage

Help

$ bff -help

Verbose mode

$ bff -v ...

Running mode

$ bff -i brainfuck.b
Hello World!

Building mode

$ ./bff -i brainfuck.b -o brainfuck.exe
$ ./brainfuck.exe
Hello World!

Contribute

  • Fork this project
  • Create a new branch
  • Make your changes
  • Merge your branch to master
  • Create a pull request and explain your changes

License

See the LICENSE file for licensing information.

About

A simple brainfuck compiler write in OCaml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published