🔖 Writing a BF Compiler for .Net
-
Writing a BF Compiler for .net (Part 1: Explanation of the language and interpreter in C#)
-
Writing a BF Compiler for .net (Part 2: Writing BF in C# and looking at the IL)
-
Writing a BF Compiler for .net (Part 3: pointer++ and pointer--)
-
Writing a BF Compiler for .net (Part 5: [ and ] - while loops in IL)
-
Writing a BF Compiler for .net (Part 6: The actual compiler)
-
Writing a BF Compiler for .net (Part 7: The ret instruction)