Skip to content

A brainfuck transcompiler (brainfuck to C) written in C

Notifications You must be signed in to change notification settings

Roller23/brainfuck-transcompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck transcompiler

A brainfuck transpiler (brainfuck to C) written in C. Clang or GCC required

Set the amount of available memory for brainfuck programs when compiling the transpiler with -DAVAILABLE_MEMORY="..." (default is 1024) Or just modify the source file

Usage:

./bcc <input file> <output name (optional)>

(assuming the transpiler was compiled to "bcc")

About

A brainfuck transcompiler (brainfuck to C) written in C

Topics

Resources

Stars

Watchers

Forks