Skip to content

Commit cfb5a39

Browse files
authored
Add part 6 - 8 for writing a compiler in C
1 parent fe0f325 commit cfb5a39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
5555
* [Write a Bootloader in C](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/)
5656
* [Linux Container in 500 Lines of Code](https://blog.lizzie.io/linux-containers-in-500-loc.html)
5757
* Write a C compiler
58-
* [Part 1: ](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
58+
* [Part 1: Integers, Lexing and Code Generation](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
5959
* [Part 2: Unary Operators](https://norasandler.com/2017/12/05/Write-a-Compiler-2.html)
6060
* [Part 3: Binary Operators](https://norasandler.com/2017/12/15/Write-a-Compiler-3.html)
6161
* [Part 4: Even More Binary Operators](https://norasandler.com/2017/12/28/Write-a-Compiler-4.html)
6262
* [Part 5: Local Variables](https://norasandler.com/2018/01/08/Write-a-Compiler-5.html)
63+
* [Part 6: Conditionals](https://norasandler.com/2018/02/25/Write-a-Compiler-6.html)
64+
* [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html)
65+
* [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html)
6366
* [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm)
6467

6568
## C#:

0 commit comments

Comments
 (0)