diff options
Diffstat (limited to 'computation/compilers.md')
-rw-r--r-- | computation/compilers.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/computation/compilers.md b/computation/compilers.md deleted file mode 100644 index 8e6ebbf..0000000 --- a/computation/compilers.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: computation -title: computation/compilers ---- - -# compilers - -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) |