mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
This PR adds support for the Mojo programming language. Explicitly tested viewing the generated assembly, LLVM IR, and running the generated executable.
10 lines
171 B
INI
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
|