Implementation of Lox interpreter from the book Crafting Interpreters in C#.
Lox is a dynamically typed, garbage collected, class-based object-oriented high level language.
Implementation of Lox interpreter from the book Crafting Interpreters in C#.
Lox is a dynamically typed, garbage collected, class-based object-oriented high level language.