| compilers=selfhosted |
| defaultCompiler=selfhosted |
| |
| externalparser=CEAsmParser |
| externalparser.exe=/usr/local/bin/asm-parser |
| |
| objdumper=/opt/compiler-explorer/gcc-12.1.0/bin/objdump |
| supportsBinary=true |
| supportsExecute=true |
| versionFlag=--version |
| compilerType=jakt |
| |
| licenseName=BSD 2-Clause "Simplified" License |
| licenseLink=https://github.com/SerenityOS/jakt/blob/main/LICENSE |
| licensePreamble=Copyright (c) 2022, JT, Andreas Kling. All rights reserved. |
| |
| compiler.selfhosted.exe=/opt/compiler-explorer/jakt-trunk/bin/jakt |
| compiler.selfhosted.name=jakt (trunk) |
| compiler.selfhosted.options=--runtime-path /opt/compiler-explorer/jakt-trunk/runtime --prettify-cpp-source --clang-format-path /opt/compiler-explorer/clang-trunk/bin/clang-format --dot-clang-format-path /opt/compiler-explorer/jakt-trunk/.clang-format --cxx-compiler-path /opt/compiler-explorer/gcc-12.1.0/bin/g++ |