/vena

Primary LanguageC#

Build Status

vena

A simple compiler following Bob Nystrom's Crafting Interpreters that converts to Dotnet core 2.1 binaries using the Roslyn Code Generation.

The original goal was to provide a more expression based model to write simple web applications. Mostly it was a good experiment for me to explore compiler design and implementations.