Skip to content

Commit e04fe1a

Browse files
author
Robby Faller
authored
Update README.md
1 parent 60d14cb commit e04fe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ A list of tutorials that work towards the making of small to large projects in C
123123
* [Baby's First Garbage Collector](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
124124
* [Build Your Own Lisp](http://www.buildyourownlisp.com/) `book`
125125
* [Compiler Design in C](https://holub.com/goodies/compiler/compilerDesignInC.pdf) `book`
126-
* [Crafting Interpreters](http://www.craftinginterpreters.com/) `book` *Note: Chapters 14-30 *
126+
* [Crafting Interpreters](http://www.craftinginterpreters.com/) `book` *Chapters 14-30*
127127
* [Let's Build a Compiler: A C & x86 version](https://github.com/lotabout/Let-s-build-a-compiler)
128128
* Write a C Interpreter
129129
* [Part 0 - Preface](https://github.com/lotabout/write-a-C-interpreter/blob/master/tutorial/en/0-Preface.md)

0 commit comments

Comments
 (0)