PhantomGrazzler / cslox

A Lox interpreter written in C#

Home Page:https://github.com/PhantomGrazzler/cslox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cslox

.NET CodeQL

A Lox interpreter written in C# 10 (.NET 6), based on Bob Nystrom's excellent book Crafting Interpreters. The associated GitHub repo for the book is https://github.com/munificent/craftinginterpreters.

Completed sections

Tree-walk interpreter

Bytecode virtual machine

Will be added once the tree-walk interpreter has been completed.

About

A Lox interpreter written in C#

https://github.com/PhantomGrazzler/cslox

License:The Unlicense


Languages

Language:C# 100.0%