Skip to content

Commit 88cd667

Browse files
That's everything I guess
1 parent 7ab04fa commit 88cd667

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

book/languages/brainfuck/misc.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Miscellaneous
3+
4+
Brainfuck is awesome language with wide range of community-made tools.
5+
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.
10+
11+
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
16+

0 commit comments

Comments
 (0)