1.2.3 • Published 2 years ago

braincomp v1.2.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Brainfuck Compression Format

A file format for brainfuck that supports lossless program compression.

Endpoint Badge Static Badge

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.

1.2.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago