/BFC

BFC - A BrainF Compiler

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BFC - A BrainF Compiler




Tests Workflow Status

Contributing

See (/contributing)

Downloading

The latest stable version can be downloaded from here.

The latest development build can be downloaded from /dist/.

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