Skip to content

Commit bec2438

Browse files
Split second point
1 parent 205d339 commit bec2438

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

book/languages/brainfuck/misc.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ Brainfuck is an awesome language with a wide range of community-made tools.
66
My work regarding Brainfuck:
77

88
* [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+
910
* [Brainfuck experiments](https://github.com/KrzysztofSzewczyk/Esoteric) - Repository containing a few Brainfuck experiments.
11+
1012
* [Two](https://github.com/KrzysztofSzewczyk/Angelos) [Brianfuck Assemblers](https://github.com/KrzysztofSzewczyk/asm2bfv2) - As the name suggests, I have made a few Brainfuck assemblers.
1113

1214
There is also:
1315

1416
* [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+
18+
* [A few interpreters](https://github.com/rdebath/Brainfuck/tree/master/extras) and [Brainfuck to everything converters](https://github.com/rdebath/Brainfuck/tree/master/bf2any) made by Rdebath
19+
* The fastest Brainfuck interpreter known to me, [Tritium](https://github.com/rdebath/Brainfuck/tree/master/tritium), made by Rdebath.
20+
1721
* [Brainfuck experiments](http://www.hevanet.com/cristofd/brainfuck/) by Daniel B. Cristofani
22+
1823
* ["Industrial-grade" Brainfuck compiler](https://github.com/Wilfred/bfc) by Wilfred
1924

0 commit comments

Comments
 (0)