Skip to content

Commit 6b2cb98

Browse files
author
rby90
authoredApr 9, 2018
added tags for ongoing tutorials
1 parent faef823 commit 6b2cb98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A list of C tutorials that work through the creation of small and or large proje
55
## Books
66

77
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
8-
* [Crafting Interpreters](http://www.craftinginterpreters.com/)
8+
* [Crafting Interpreters](http://www.craftinginterpreters.com/) [In-progress]
99
* [The little book about OS development](https://littleosbook.github.io/)
1010
* [Operating Systems: From 0 to 1](https://tuhdo.github.io/os01/)
1111
* [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/multi/index.html)
@@ -58,7 +58,7 @@ A list of C tutorials that work through the creation of small and or large proje
5858
* [Part 22 - Standard Library](http://peter.michaux.ca/articles/scheme-from-scratch-bootstrap-v0_21-standard-library)
5959
* [Part 23 - Garbage Collection](http://peter.michaux.ca/articles/scheme-from-scratch-bootstrap-v0_22-garbage-collection)
6060
* [Part 24 - Conclusion](http://peter.michaux.ca/articles/scheme-from-scratch-bootstrap-conclusion)
61-
* Writing a C Compiler
61+
* Writing a C Compiler [In-progress]
6262
* [Part 1 - Integers](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
6363
* [Part 2 - Unary Operators](https://norasandler.com/2017/12/05/Write-a-Compiler-2.html)
6464
* [Part 3 - Binary Operators](https://norasandler.com/2017/12/15/Write-a-Compiler-3.html)
@@ -79,7 +79,7 @@ A list of C tutorials that work through the creation of small and or large proje
7979
* [Part 8 - Expressions](https://github.com/lotabout/write-a-C-interpreter/blob/master/tutorial/en/8-Expressions.md)
8080
* [Hack the Virtual Memory](https://blog.holbertonschool.com/hack-virtual-memory-stack-registers-assembly-code/)
8181
* [Emulator 101](http://emulator101.com/)
82-
* [How to Program a Text Adventure in C](https://helderman.github.io/htpataic/htpataic01.html)
82+
* [How to Program a Text Adventure in C](https://helderman.github.io/htpataic/htpataic01.html) [In-progress]
8383

8484
## Videos
8585

@@ -89,8 +89,8 @@ A list of C tutorials that work through the creation of small and or large proje
8989
* [Coding A Sudoku Solver in C](https://www.youtube.com/playlist?list=PLkTXsX7igf8edTYU92nU-f5Ntzuf-RKvW)
9090
* [Coding a Rogue/Nethack RPG in C](https://www.youtube.com/playlist?list=PLkTXsX7igf8erbWGYT4iSAhpnJLJ0Nk5G)
9191
* [Learn Socket Programming in C from Scratch](https://www.udemy.com/learn-socket-programming-in-c-from-scratch/)
92-
* [Bitwise](https://github.com/pervognsen/bitwise)
93-
* [Handmade Hero](https://handmadehero.org/)
92+
* [Bitwise](https://github.com/pervognsen/bitwise) [In-progress]
93+
* [Handmade Hero](https://handmadehero.org/) [In-progress]
9494

9595
## Similar
9696

0 commit comments

Comments
 (0)