From 4252c2f302debddd37d210d0980cfab59b1e4888 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Tue, 17 Apr 2018 11:55:25 -0400 Subject: [PATCH] Edit crafting interpreter to have both C and Java --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0923926..f3b53d7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## C/C++: -* [Build an Interpreter in C](http://www.craftinginterpreters.com/) +* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C) * [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/) * [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/) * [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/) @@ -83,6 +83,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Java: +* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java) * [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html) * [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) * [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication)