An open API service indexing awesome lists of open source software.

https://github.com/devincarr/vena


https://github.com/devincarr/vena

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://dev.azure.com/devincarr/vena/_apis/build/status/DevinCarr.vena)](https://dev.azure.com/devincarr/vena/_build/latest?definitionId=1)
# vena

A simple compiler following Bob Nystrom's [Crafting Interpreters](http://craftinginterpreters.com/) 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.