From d55c717dc3aebf7098b561cce4274909b385a941 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Tue, 13 Feb 2024 10:17:05 +0100 Subject: [PATCH] more --- content/misc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/misc.md b/content/misc.md index ed17fab..dd55957 100644 --- a/content/misc.md +++ b/content/misc.md @@ -26,6 +26,10 @@ become the master. ### Compilers - [Switch lowering in GCC](https://xoranth.net/gcc-switch/) +- [LLVM Weekly](https://llvmweekly.org/) +- [MLIR](https://mlir.llvm.org/) +- [inkwell](https://github.com/TheDan64/inkwell) +- [melior](https://github.com/raviqqe/melior) ### Interesting projects @@ -35,6 +39,9 @@ become the master. #### Rendering / GPU - [ZLUDA](https://github.com/vosen/ZLUDA) +#### Parsing +- [lalrpop](https://github.com/lalrpop/lalrpop) + ### Other - [Library of Babel](https://libraryofbabel.info/) - [oasis](https://github.com/oasislinux/oasis)