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.
Read next

Clean Code – Part 1
Dalbir Burhm -

Asynchronous coroutines with C# and IAsyncEnumerable
Andrew Nosenko -

Building a microservice with C#, .NET Core and MongoDB - Part 1
Patricio Ferraggi -

Async/Await easy retry in c#
Ali Alp -
Discussion