Skip to main content Link Menu Expand (external link) Document Search Copy Copied

BFC - A BrainF Compiler




Tests Status

Pages

Contributing

See (/contributing)

Downloading

The latest stable version can be downloaded from here.

The latest development build can be downloaded from here.

Please note that BFC requires a C compiler to be installed (see the download page).

Build Platforms

Platform Pre-Built
Linux x86
Linux arm
Window x86

Usage

The compiler can be call with ./bfc [path to program].

Example

Project Structure

\
	bfc
	myprogram.bf

myprogram.bf:

>++++++++++[<++++++++>-]<++++.
[-]
>++++++++++[<++++++++++>-]<+.
[-]
>+++++++++++[<++++++++++>-]<+++++.
[-]
>+++++++++++[<++++++++++>-]<++++++.
[-]

Call:

$ ./bfc myprogram.bf
$ ./executable

Result:

Test