/bfl

A brainfuck interpreter

Primary LanguageOCaml

Bfl (baffle)

A brainfuck interpreter/compiler

Usage

Run a brainfuck program

bf run <filename>.bf

Compile a brainfuck program to C

bf compile <filename>.bf <target>.c

You can then compile the target using your favorite C compiler and execute the binary:

gcc <target>.c
./a.out