This commit is contained in:
Edgar 2024-02-13 10:17:05 +01:00
parent dd16df4c82
commit d55c717dc3
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -26,6 +26,10 @@ become the master.
### Compilers ### Compilers
- [Switch lowering in GCC](https://xoranth.net/gcc-switch/) - [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 ### Interesting projects
@ -35,6 +39,9 @@ become the master.
#### Rendering / GPU #### Rendering / GPU
- [ZLUDA](https://github.com/vosen/ZLUDA) - [ZLUDA](https://github.com/vosen/ZLUDA)
#### Parsing
- [lalrpop](https://github.com/lalrpop/lalrpop)
### Other ### Other
- [Library of Babel](https://libraryofbabel.info/) - [Library of Babel](https://libraryofbabel.info/)
- [oasis](https://github.com/oasislinux/oasis) - [oasis](https://github.com/oasislinux/oasis)