Skip to content

Commit 205d339

Browse files
Fix linter errors
1 parent e91d92a commit 205d339

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

book/languages/brainfuck/misc.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
Brainfuck is an awesome language with a wide range of community-made tools.
55

66
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.
1011

1112
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
1619

0 commit comments

Comments
 (0)