Files
compiler-explorer/etc/config/mojo.defaults.properties
Rob Parolin a0b48fb7e0 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.
2025-05-21 13:53:05 -05:00

10 lines
171 B
INI

compilers=&mojo
mojo.defaultCompiler=mojo_nightly
mojo.compilerType=mojo
group.mojo.compilers=mojo_nightly
supportsBinary=true
supportsExecute=true
supportsAsmDocs=true