File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
51
51
* [ Let's Write a Kernel] ( http://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel )
52
52
* [ Write a Bootloader in C] ( http://3zanders.co.uk/2017/10/13/writing-a-bootloader/ )
53
53
* [ Linux Container in 500 Lines of Code] ( https://blog.lizzie.io/linux-containers-in-500-loc.html )
54
+ * Write a C compiler
55
+ * [ Part 1: ] ( https://norasandler.com/2017/11/29/Write-a-Compiler.html )
56
+ * [ Part 2: Unary Operators] ( https://norasandler.com/2017/12/05/Write-a-Compiler-2.html )
57
+ * [ Part 3: Binary Operators] ( https://norasandler.com/2017/12/15/Write-a-Compiler-3.html )
58
+ * [ Part 4: Even More Binary Operators] ( https://norasandler.com/2017/12/28/Write-a-Compiler-4.html )
59
+ * [ Part 5: Local Variables] ( https://norasandler.com/2018/01/08/Write-a-Compiler-5.html )
54
60
* [ Implementing a Language with LLVM] ( https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm )
55
61
56
62
## C#:
You can’t perform that action at this time.
0 commit comments