mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Related to: https://github.com/compiler-explorer/infra/pull/1017 C3 is a system programming language based on C. It is an evolution of C enabling the same paradigms and retaining the same syntax as far as possible. Design Principles: Procedural "get things done"-type of language. Try to stay close to C - only change what's really necessary. C ABI compatibility and excellent C integration. Learning C3 should be easy for a C programmer. Data is inert. Avoid "big ideas" & the "more is better" fallacy. Introduce some higher level conveniences where the value is great. You can try it out live on its tutorial website: https://www.learn-c3.org Source code: https://github.com/c3lang/c3c --------- Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
12 lines
275 B
INI
12 lines
275 B
INI
compilers=&c3c
|
|
compilerType=c3c
|
|
defaultCompiler=c3c04
|
|
supportsBinary=false
|
|
supportsBinaryObject=false
|
|
supportsExecute=false
|
|
group.c3c.compilers=c3c04
|
|
group.c3c.isSemVer=true
|
|
group.c3c.baseName=c3
|
|
compiler.c3c04.semver=0.4
|
|
compiler.c3c04.exe=/opt/compiler-explorer/c3-0.4/c3c
|