Skip to content

PhantomGrazzler/cslox

Repository files navigation

cslox

.NET CodeQL

A Lox interpreter written in C# 12 (.NET 8), 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

See cpplox for a C++ implementation of a bytecode virtual machine.

Contributors

Languages