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)