A WPF desktop tool that lets you write, compile, analyze, and invoke Visual Basic code—all without leaving the app. Powered by the Roslyn compiler and a modern C++/CLI MVVM architecture, it supports ...
Roslyn is the open-source implementation of both the C# and Visual Basic compilers with an API surface for building code analysis tools. All work on the C# and Visual Basic compiler happens directly ...
Have you ever thought of writing your own compiler? This is Part 2 of a series on compiler basics. Check out Part 1, where I begin by demonstrating a simple yet efficient way of reading the original ...