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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)