This is my implementation in C# for the "Build your own Interpreter" Challenge.
This challenge follows the book Crafting Interpreters by Robert Nystrom.
An interpreter is built for Lox, a simple scripting language.
Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.