☑️ Scan Tokens
☑️ Generate Abstract Syntax Tree (AST)
☑️ Interpret AST (basic - no classes, functions, or variables)
⬜ Add support for variables
⬜ Add support for functions
⬜ Add support for classes
Lox is a learning language written by Robert Nystrom, the "learn to create a programming language" GOAT
Since I use programming languages all the time, I figured I'd get under the hood and learn about how these things actually work.