Implementing the Brainfuck compiler front end in C#
Tingwei

Tingwei @tingwei628

About: A journey of self-discovery

Joined:
Mar 30, 2019

Implementing the Brainfuck compiler front end in C#

Publish Date: Jun 7 '20
4 0

In the previous article, I wrote a Brainfuck interpreter.
This time I'm trying to build a Brainfuck compiler which targets Common Intermediate Language (CIL). I did not use any parser generator and write a recursive descent parser by hand.

Code: Compiler front end

Comments 0 total

    Add comment