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