Working through the "Build Your Own Build your own Interpreter" Challenge following the book Crafting Interpreters by Robert Nystrom.
Building an interpreter for Lox, a simple scripting language. Along the way, you'll learn about tokenization, ASTs, tree-walk interpreters and more.
Completed up to "Chapter 4: Scanning"
Now working on Parsing Expressions
- Ensure you have
python (3.12)installed locally - Run
./your_program.sh