/minsk

This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

Primary LanguageC#MIT LicenseMIT

Minsk

Build Status

Have you considered Minsk? -- Worf, naming things.

This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

This compiler uses many of the concepts that you can find in the Microsoft C# and Visual Basic compilers, code named Roslyn.

Live coding

This code base was written live during streaming. You can watch the recordings on YouTube or browse the episode PRs.