Add Mojo compiler (#7692)

This PR adds support for the Mojo programming language.

Explicitly tested viewing the generated assembly, LLVM IR, and running
the generated executable.
This commit is contained in:
Rob Parolin
2025-05-21 11:53:05 -07:00
committed by GitHub
parent a154c7d514
commit a0b48fb7e0
13 changed files with 319 additions and 0 deletions

View File

@@ -160,3 +160,4 @@ From oldest to newest contributor, we would like to thank:
- [Mathias Gredal](https://github.com/mathiasgredal)
- [RongDong Xu](https://github.com/arong)
- [Adrien Bertrand](https://github.com/adriweb)
- [Roberto Parolin](https://github.com/rparolin)