豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

chrisgregan/CsLox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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 (+)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%