Skip to content

FluxFlu/fluxflu-brainfuck-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The FluxFlu Brainfuck Compiler

A fast optimizing brainfuck compiler.

Endpoint Badge Static Badge



CLI Installation

Pre-built binaries for FBC can be downloaded at the releases page.

It can also be installed using the NPM as follows.

$ npm i @fluxflu/bc -g

Usage

FBC is run with the syntax fbc [file.bf] options.

$ fbc mandelbrot.bf --final

Licensing

FBC is licensed under the GPL-3.0. A copy is included with the compiler.