Skip to content

PhantomGrazzler/cslox

Repository files navigation

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.