BF-RLE

From Esolang

Jump to: navigation, search

BF-RLE is a proposed mechanism for encoding Brainfuck with a Run-length encoding

[edit] Base 62

BF-RLE uses a base 62 numbering system. The digits go from 0-9, A-Z, a-z.

[edit] Brainfuck to BF-RLE

  1. Strip all comments, including whitespace
  2. Replace each run of characters greater than 2 with the character then the number of times it appears minus 3 (e.g. +++ turns into +0).

BF-RLE has nothing to do with either BF-PDA or BF-SC.

[edit] External links

Personal tools