File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
27
27
28
28
## C/C++:
29
29
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 )
31
31
* [ Write a Shell in C] ( https://brennan.io/2015/01/16/write-a-shell-in-c/ )
32
32
* [ Write a FUSE Filesystem] ( https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/ )
33
33
* [ 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
83
83
84
84
## Java:
85
85
86
+ * [ Build an Interpreter] ( http://www.craftinginterpreters.com/ ) (Chapter 4-13 is written in Java)
86
87
* [ Build a Simple HTTP Server with Java] ( http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html )
87
88
* [ Build an Android Flashlight App] ( https://www.youtube.com/watch?v=dhWL4DC7Krs )
88
89
* [ Build a Spring Boot App with User Authentication] ( https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication )
You can’t perform that action at this time.
0 commit comments