Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple brainfuck-to-C compiler.

this program compiles any brainfuck program into a C program!
it also automatically compiles the C program with GCC, with optional
optimization flags. (-O1, -O2 etc etc...).

the GNU C Compiler does
the heavy lifting here...

hanoi.bf is in the repo. to test it, run:
cargo run hanoi.bf -o hanoi -O4
you must have GCC installed in order for this code to work properly, obviously

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages