DEV Community

Tingwei
Tingwei

Posted on

Implementing the Brainfuck compiler back end in C#

In the previous article, I've done the Brainfuck compiler front end.
This time I'm going to work on the code generation which is the compiler back end. I read OpCodes literally for the first time. (Very hard !!), and was appreciated Brainfuck.NET @nikeee work on code generation.

Thanks for your reading~

Code: Compiler back end

Top comments (0)