|
4 | 4 | Brainfuck is an awesome language with a wide range of community-made tools. |
5 | 5 |
|
6 | 6 | My work regarding Brainfuck: |
7 | | - * [Izmit3](https://github.com/KrzysztofSzewczyk/Izmit3) ([v1 & v2](https://uw426.mikr.us)) - C to Brainfuck compiler made by me in Perl, maybe as a challenge, maybe for fun. |
8 | | - * [Brainfuck experiments](https://github.com/KrzysztofSzewczyk/Esoteric) - Repository containing a few Brainfuck experiments. |
9 | | - * [Two](https://github.com/KrzysztofSzewczyk/Angelos) [Brianfuck Assemblers](https://github.com/KrzysztofSzewczyk/asm2bfv2) - As the name suggests, I have made a few Brainfuck assemblers. |
| 7 | + |
| 8 | +* [Izmit3](https://github.com/KrzysztofSzewczyk/Izmit3) ([v1 & v2](https://uw426.mikr.us)) - C to Brainfuck compiler made by me in Perl, maybe as a challenge, maybe for fun. |
| 9 | +* [Brainfuck experiments](https://github.com/KrzysztofSzewczyk/Esoteric) - Repository containing a few Brainfuck experiments. |
| 10 | +* [Two](https://github.com/KrzysztofSzewczyk/Angelos) [Brianfuck Assemblers](https://github.com/KrzysztofSzewczyk/asm2bfv2) - As the name suggests, I have made a few Brainfuck assemblers. |
10 | 11 |
|
11 | 12 | There is also: |
12 | | - * [Brainfuck compiler in Brainfuck by Matslina](https://github.com/matslina/awib). |
13 | | - * [A few interpreters](https://github.com/rdebath/Brainfuck/tree/master/extras), [Brainfuck to everything converters](https://github.com/rdebath/Brainfuck/tree/master/bf2any) and probably the fastest Brainfuck interpreter out there, [Tritium](https://github.com/rdebath/Brainfuck/tree/master/tritium), everything made by Rdebath. |
14 | | - * [Brainfuck experiments](http://www.hevanet.com/cristofd/brainfuck/) by Daniel B. Cristofani |
15 | | - * ["Industrial-grade" Brainfuck compiler](https://github.com/Wilfred/bfc) by Wilfred |
| 13 | + |
| 14 | +* [Brainfuck compiler in Brainfuck by Matslina](https://github.com/matslina/awib). |
| 15 | +* [A few interpreters](https://github.com/rdebath/Brainfuck/tree/master/extras), [Brainfuck to everything converters](https://github.com/rdebath/Brainfuck/tree/master/bf2any) and probably the fastest Brainfuck interpreter out there, |
| 16 | +[Tritium](https://github.com/rdebath/Brainfuck/tree/master/tritium), everything made by Rdebath. |
| 17 | +* [Brainfuck experiments](http://www.hevanet.com/cristofd/brainfuck/) by Daniel B. Cristofani |
| 18 | +* ["Industrial-grade" Brainfuck compiler](https://github.com/Wilfred/bfc) by Wilfred |
16 | 19 |
|
0 commit comments