/brainfuck

BrainFuck compiler to C

Primary LanguageRust

BrainFuck

BrainFuck compiler to C

Building

Build and run example

Use the following command to build and run the example.

cargo run examples/hello-world.bf hello-world.c
gcc hello-world.c -o hello-world
./hello-world
Hello World!