Skip to content
/ CsLox Public

A C# port of jlox, the Lox interpreter from Crafting Interpreters (http://www.craftinginterpreters.com)

Notifications You must be signed in to change notification settings

richsoft/CsLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CsLox - A C# Lox Interpreter

A C# implementation of the Lox language interpreter from the Crafting Interpreters ebook by Bob Nystrom.

This is basically a direct port of jlox from the book, with a few changes to deal with the differences between C# and Java.

Language Extensions

  • break and continue in loops
  • do .. while loops
  • Number to string coercion on concatination (+)

Releases

No releases published

Packages

No packages published

Languages