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

https://github.com/byronmayne/loxsharp

The C# implementation of the Lox Tutorials written by @munificentbob found at http://www.craftinginterpreters.com/
https://github.com/byronmayne/loxsharp

Last synced: 3 months ago
JSON representation

The C# implementation of the Lox Tutorials written by @munificentbob found at http://www.craftinginterpreters.com/

Awesome Lists containing this project

README

          

# LoxSharp
### Current Chapter 6 Parsing Expressions
The C# implementation of the Lox Tutorials written by @munificentbob found at http://www.craftinginterpreters.com/
[Crafting Interpreters](https://github.com/munificent/craftinginterpreters)
### Notes
* Instead of using an external script to generate the expressions this project uses [T4s](https://msdn.microsoft.com/en-us/library/bb126445.aspx) and are in the main project.
* A few functions have been renamed to match C# syntax standards but should be pretty easy to follow.