blob: 02646c516525319fb69473252c3bc70920d3bf64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
compilers=&python3:&pypy:&pythran
defaultCompiler=python312
group.python3.compilers=python35:python36:python37:python38:python39:python310:python311:python312
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
group.pypy.compilers=pypy39:pypy310
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
## 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/
|