crafting-interpreters/README.md

5 lines
157 B
Markdown
Raw Normal View History

2023-02-17 15:07:35 -08:00
# crafting-interpreters
2023-05-06 17:48:24 -07:00
Code for the book "Crafting Interpreters" by Robert Nystrom
2023-05-06 15:38:04 -07:00
2023-05-06 17:48:24 -07:00
Porting the Java code for the first version of the interpreter into Go.