update write a C compiler tutorials

This commit is contained in:
Tu V. Tran 2019-08-10 01:44:29 -07:00 committed by GitHub
parent 2c9056911a
commit e2efdfef43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Part 6: Conditionals](https://norasandler.com/2018/02/25/Write-a-Compiler-6.html)
- [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html)
- [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html)
- [Part 9: Functions](https://norasandler.com/2018/06/27/Write-a-Compiler-9.html)
- [Part 10: Global Variables](https://norasandler.com/2019/02/18/Write-a-Compiler-10.html)
- [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm)
- [Meta Crush Saga: a C++17 compile-time game](https://jguegant.github.io//jguegant.github.io/blogs/tech/meta-crush-saga.html)
- [High-Performance Matrix Multiplication](https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0)