mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-28 07:57:43 -05:00
* Rename cppx_cppfront to cpp2_cppfront * Add some blurb about the compiler * Some syntax highlighting * Better output highlighting * Some form of line tracking and filtering
13 lines
604 B
Properties
13 lines
604 B
Properties
# Default settings for cppx-cpp-front
|
|
compilers=&cppfront
|
|
|
|
group.cppfront.compilers=cppfront_trunk
|
|
group.cppfront.notification=<a href="https://github.com/hsutter/cppfront" target="_blank">Cppfront</a> is an experimental compiler from a potential C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to learn some things, prove out some concepts, and share some ideas.
|
|
compiler.cppfront_trunk.exe=/opt/compiler-explorer/cppfront-trunk/cppfront
|
|
compiler.cppfront_trunk.name=cppfront trunk
|
|
defaultCompiler=cppfront_trunk
|
|
supportsBinary=false
|
|
supportsExecute=false
|
|
compilerType=cppfront
|
|
versionFlag=-version
|