florianvazelle / brainfuck

BrainFuck compiler to C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

BrainFuck compiler to C


Languages

Language:Rust 93.1%Language:Makefile 6.9%