1.2.3 • Published 2 years ago
braincomp v1.2.3
Brainfuck Compression Format
A file format for brainfuck that supports lossless program compression.
CLI Installation
Pre-built binaries for BFF can be downloaded at the releases page.
It can also be installed using the NPM as follows.
$ npm i braincomp -g
Module Installation
BFF can also be used as a Node.js module that programs can include. This can be done as normal.
$ npm i braincomp
Usage
BFF is run with the syntax bff [file.bf] options
.
$ bff mandelbrot.bf --compress
Licensing
BFF is licensed under the GPL-3.0. A copy is included with the compiler.