Skip to content
/ BFZip Public

A compression algorithm for Brainfuck

Notifications You must be signed in to change notification settings

NrdyBhu1/BFZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFZip

A compression algorithm for Brainfuck

BFZip is a loss(y,less)* compression algorithm for the Brainfuck programming language. It was inspired by User:Aardwolf's proposal on the Esolangs wiki for a two instruction version of Brainfuck. It does this by compressing each command down to 3 bits each.

Instructions

Bits Instruction
000 <
001 >
010 +
011 -
100 [
101 ]
110 .
111 ,

This is extremely buggy and it should not be used yet.

*it is lossless in the sense that it preserves every single command, but lossy in the sense that it purges every character that isn't a command

About

A compression algorithm for Brainfuck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published