Skip to content

https123456789/BFC

Repository files navigation

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