Skip to content

Commit 4252c2f

Browse files
authored
Edit crafting interpreter to have both C and Java
1 parent 959a27d commit 4252c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
2727

2828
## C/C++:
2929

30-
* [Build an Interpreter in C](http://www.craftinginterpreters.com/)
30+
* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
3131
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
3232
* [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
3333
* [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
8383

8484
## Java:
8585

86+
* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)
8687
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
8788
* [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)
8889
* [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication)

0 commit comments

Comments
 (0)