From 384af43d4220eb93abe06668210c594923fb9a8c Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 23 Nov 2023 19:35:03 -0800 Subject: meow --- computation/compilers.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'computation/compilers.md') diff --git a/computation/compilers.md b/computation/compilers.md index b3b1769..b9db36d 100644 --- a/computation/compilers.md +++ b/computation/compilers.md @@ -1,8 +1,10 @@ -# Compilers +# compilers -Books and Courses -- [Introduction to Compiler Construction](https://www.students.cs.ubc.ca/~cs-411/2022w2/book_top.html) -- [Programming Languages, Application and Interpretation](https://www.plai.org/) - -Articles +articles - [Compiler Optimizations Are Hard Because They Forget](https://faultlore.com/blah/oops-that-was-important/) +- [A tutorial on how to write a compiler using LLVM](https://tomassetti.me/a-tutorial-on-how-to-write-a-compiler-using-llvm/) + +books and courses +- [Programming Languages, Application and Interpretation](https://www.plai.org/) +- [Introduction to Compiler Construction](https://www.students.cs.ubc.ca/~cs-411/2022w2/book_top.html) +- [Design Your Own Language (book list)](https://slebok.github.io/dyol/books/index.html) -- cgit v1.2.3-70-g09d2