mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05:00
80 lines
3.2 KiB
Properties
80 lines
3.2 KiB
Properties
compilers=&python3:&pypy:&pythran:&codon
|
|
defaultCompiler=python314
|
|
|
|
group.python3.compilers=python35:python36:python37:python38:python39:python310:python311:python312:python313:python314
|
|
group.python3.isSemVer=true
|
|
group.python3.baseName=Python
|
|
group.python3.licenseLink=https://github.com/python/cpython/blob/main/LICENSE
|
|
group.python3.licenseName=Python Software Foundation License Version 2
|
|
|
|
compiler.python35.exe=/opt/compiler-explorer/python-3.5.9/bin/python3.5
|
|
compiler.python35.semver=3.5
|
|
compiler.python36.exe=/opt/compiler-explorer/python-3.6.10/bin/python3.6
|
|
compiler.python36.semver=3.6
|
|
compiler.python37.exe=/opt/compiler-explorer/python-3.7.6/bin/python3.7
|
|
compiler.python37.semver=3.7
|
|
compiler.python38.exe=/opt/compiler-explorer/python-3.8.1/bin/python3.8
|
|
compiler.python38.semver=3.8
|
|
compiler.python39.exe=/opt/compiler-explorer/python-3.9.6/bin/python3.9
|
|
compiler.python39.semver=3.9
|
|
compiler.python310.exe=/opt/compiler-explorer/python-3.10.0/bin/python3.10
|
|
compiler.python310.semver=3.10
|
|
compiler.python311.exe=/opt/compiler-explorer/python-3.11.0/bin/python3.11
|
|
compiler.python311.semver=3.11
|
|
compiler.python312.exe=/opt/compiler-explorer/python-3.12.1/bin/python3.12
|
|
compiler.python312.semver=3.12
|
|
compiler.python313.exe=/opt/compiler-explorer/python-3.13.0/bin/python3.13
|
|
compiler.python313.semver=3.13
|
|
compiler.python314.exe=/opt/compiler-explorer/python-3.14.0/bin/python3.14
|
|
compiler.python314.semver=3.14
|
|
|
|
group.pypy.compilers=pypy39:pypy310:pypy311
|
|
group.pypy.isSemVer=true
|
|
group.pypy.baseName=PyPy
|
|
group.pypy.licenseLink=https://github.com/pypy/pypy/blob/main/LICENSE
|
|
group.pypy.licenseName=The MIT License
|
|
|
|
compiler.pypy39.exe=/opt/compiler-explorer/pypy3.9-v7.3.14/bin/pypy
|
|
compiler.pypy39.semver=3.9
|
|
compiler.pypy310.exe=/opt/compiler-explorer/pypy3.10-v7.3.14/bin/pypy
|
|
compiler.pypy310.semver=3.10
|
|
compiler.pypy311.exe=/opt/compiler-explorer/pypy3.11-v7.3.18/bin/pypy
|
|
compiler.pypy311.semver=3.11
|
|
|
|
## Pythran
|
|
group.pythran.compilers=pythran015
|
|
group.pythran.instructionSet=amd64
|
|
group.pythran.interpreted=false
|
|
group.pythran.compilerType=pythran
|
|
group.pythran.licenseLink=https://raw.githubusercontent.com/serge-sans-paille/pythran/master/LICENSE
|
|
group.pythran.licenseName=BSD-3-Clause
|
|
|
|
group.pythran.supportsBinary=true
|
|
group.pythran.supportsBinaryObject=false
|
|
group.pythran.supportsExecute=false
|
|
group.pythran.demangler=/opt/compiler-explorer/gcc-13.2.0/bin/c++filt
|
|
group.pythran.objdumper=/opt/compiler-explorer/gcc-13.2.0/bin/objdump
|
|
group.pythran.isSemVer=true
|
|
group.pythran.baseName=Pythran
|
|
|
|
compiler.pythran015.exe=/opt/compiler-explorer/pythran/pythran-0.15/bin/pythran
|
|
compiler.pythran015.semver=0.15
|
|
compiler.pythran015.cpp_compiler_root=/opt/compiler-explorer/gcc-13.2.0/
|
|
|
|
## Codon
|
|
group.codon.compilers=codon0192
|
|
group.codon.interpreted=false
|
|
group.codon.compilerType=codon
|
|
group.codon.licenseLink=https://raw.githubusercontent.com/exaloop/codon/refs/heads/develop/LICENSE
|
|
group.codon.licenseName=Apache License 2.0
|
|
|
|
group.codon.supportsBinary=false
|
|
group.codon.supportsBinaryObject=false
|
|
group.codon.supportsExecute=false
|
|
group.codon.objdumper=/opt/compiler-explorer/gcc-13.2.0/bin/objdump
|
|
group.codon.isSemVer=true
|
|
group.codon.baseName=Codon
|
|
|
|
compiler.codon0192.exe=/opt/compiler-explorer/codon-0.19.2/bin/codon
|
|
compiler.codon0192.semver=0.19.2
|