Last active
August 29, 2015 13:57
-
-
Save jason-s13r/9359839 to your computer and use it in GitHub Desktop.
WIP: LOLcryption in BrainFuck. Cannot handle characters with a code less than 'a'. Will infinite loop in that case. If it isn't an [a-z] then it should just echo the character. Try it out at http://brainfuck.master5o1.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,[ | |
---------- ---------- ---------- ---------- ---------- | |
---------- ---------- ---------- ---------- ------- a | |
[- b | |
[- c | |
[- d | |
[- e | |
[- f | |
[- g | |
[- h | |
[- i | |
[- j | |
[- k | |
[- l | |
[- m | |
[- n | |
[- o | |
[- p | |
[- q | |
[- r | |
[- s | |
[- t | |
[- u | |
[- v | |
[- w | |
[- x | |
[- y | |
[- z | |
[-] | |
>+<] | |
>+<] | |
>+<] | |
>++<] | |
>+++<] | |
>--<] | |
>+<] | |
>++<] | |
>+<] | |
>+<] | |
>+<] | |
>----- ----- ----- ----- -----<] | |
>+<] | |
>+<] | |
>+<] | |
>+<] | |
>+<] | |
>+<] | |
>+<] | |
>+<] | |
>+++<] | |
>--<] | |
>+<] | |
>++<] | |
>+++++<] | |
> | |
++++++++++ ++++++++++ ++++++++++ ++++++++++ ++++++++++ | |
++++++++++ ++++++++++ ++++++++++ ++++++++++ ++++++++++ | |
+++++ | |
. | |
[-]< | |
,] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment