https://github.com/devincarr/vena
https://github.com/devincarr/vena
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devincarr/vena
- Owner: DevinCarr
- Created: 2018-07-16T03:43:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T04:31:40.000Z (about 7 years ago)
- Last Synced: 2025-03-06T18:49:36.737Z (over 1 year ago)
- Language: C#
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.