@fluxflu/bc
v2.0.3
Published
A fast optimizing brainfuck compiler.
Downloads
6
Readme
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.