Lox
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Designed by | Robert Nystrom |
---|---|
Appeared in | 2015 |
Computational class | Turing-complete |
Reference implementation | Implement it yourself! |
Lox is a pedagogical programming language designed to be implemented by students of compiler theory. It was introduced in the book Crafting Interpreters.