Skip to content

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.

License

terrajobst/minsk

Repository files navigation

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.

Browsing the code

If you want to browse the code, check out the symbolic source browser.

Donations

Some people kindly asked me whether I accept donations. I have the luxury of working for a great employer and I make a good salary. That means I have got the time and means to produce these videos and share my passion for open source and .NET.

But not everyone has that luxury. If you find these videos helpful and you want to give back, consider donating to organizations that help the less fortunate to get into the tech industry, such as Black Girls Code.

Thank you ❤

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages