Lox Interpreter Lox is a dynamically typed, interpreted scripting language. This is my implementation of an interpreter for Lox, based on the book Crafting Interpreters by Robert Nystrom. It can either be ran in interactive mode: Or script mode: