No description
Find a file
2023-05-06 22:53:19 +00:00
clox Updating gitignores and initializing module for golox 2023-05-01 04:49:16 +00:00
golox Wire up file running. 2023-05-06 22:53:19 +00:00
.gitignore Updating gitignores and initializing module for golox 2023-05-01 04:49:16 +00:00
README.md Update README.md 2023-05-06 15:38:04 -07:00

crafting-interpreters

Code for the book Crafting Interpreters by Robert Nystrom

Porting the Java code for the first version fo the interpreter into Go.