Update README.md

This commit is contained in:
Mariano Uvalle 2023-05-06 15:38:04 -07:00 committed by GitHub
parent d8dd8fd49a
commit ad1a8cac34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,4 @@
# crafting-interpreters
Code for the book Crafting Interpreters by Robert Nystrom
Porting the Java code for the first version fo the interpreter into Go.