Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perlun/cslox

C# conversion of jlox from https://github.com/perlun/jlox
https://github.com/perlun/cslox

Last synced: 26 days ago
JSON representation

C# conversion of jlox from https://github.com/perlun/jlox

Awesome Lists containing this project

README

        

# CSLox

C# port of the [jlox](../jlox) code.

To re-generate the `Expr.cs` file, use a command like this:

```shell
$ ./scripts/generate_ast_classes.rb CSLox/
```