Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An implementation of the interpreter for the Lox programming language as described in the Crafting Interpreters book by Robert Nystrom.
Uses codecrafters.io to lead the implementation as described in the book.