Plox is an interpreter inspired by Robert Nystrom's renowned book, Crafting Interpreters. It brings to life the concepts of language design and implementation, providing a deep understanding of how interpreters work under the hood.
p-society/plox is built as an educational project to explore the internals of programming language interpreters. It follows the structure and guidance laid out in the Crafting Interpreters book, implementing a tree-walk interpreter for a Lox Programming language.
Made with contributors-img.