Skip to content

C# implementation of the tree-walking Lox interpreter from Crafting Interpreters

Notifications You must be signed in to change notification settings

escobar-west/cslox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csLox

csLox is a C# tree-walk interpreter for the Lox programming language defined in Crafting Interpreters, written by Robert Nystrom.

Requirements

.NET 8.0

Usage

dotnet run --project Program Examples/classes.lox

About

C# implementation of the tree-walking Lox interpreter from Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published