smcl / LoxSharp

My attempt at Crafting Interpreters, but using C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoxSharp

My version of the AST-walk interpreter from Crafting Interpreters but written in C# instead of Java. Still in-progress.

TODO:

  • implement a few more builtins/libs
  • write a C# FFI
  • implement anonymous/lambda functions
  • arrays and/or tuples
  • list comprehensions?

About

My attempt at Crafting Interpreters, but using C#


Languages

Language:C# 100.0%