mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
38 lines
1.0 KiB
INI
38 lines
1.0 KiB
INI
compilers=&python3def
|
|
defaultCompiler=python38def
|
|
instructionSet=python
|
|
|
|
group.python3def.compilers=python35def:python36def:python37def:python38def:python39def:python310def:python311def
|
|
group.python3def.isSemVer=true
|
|
group.python3def.baseName=Python
|
|
compiler.python35def.exe=python3.5
|
|
compiler.python35def.semver=3.5
|
|
compiler.python35def.alias=python35
|
|
compiler.python36def.exe=python3.6
|
|
compiler.python36def.semver=3.6
|
|
compiler.python36def.alias=python36
|
|
compiler.python37def.exe=python3.7
|
|
compiler.python37def.semver=3.7
|
|
compiler.python37def.alias=python37
|
|
compiler.python38def.exe=python3.8
|
|
compiler.python38def.semver=3.8
|
|
compiler.python38def.alias=python38
|
|
compiler.python39def.exe=python3.9
|
|
compiler.python39def.semver=3.9
|
|
compiler.python310def.exe=python3.10
|
|
compiler.python310def.semver=3.10
|
|
compiler.python311def.exe=python3.11
|
|
compiler.python311def.semver=3.11
|
|
|
|
supportsBinary=false
|
|
interpreted=true
|
|
compilerType=python
|
|
objdumper=
|
|
demangler=
|
|
postProcess=
|
|
options=
|
|
needsMulti=false
|
|
supportsExecute=true
|
|
stubText=def main():
|
|
disasmScript=
|