diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2021-06-16 13:00:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 13:00:00 +0200 |
commit | 9e2b24ea409e551447222c1f720e4011b102dd5a (patch) | |
tree | c567f9323f2ce9563b48c6388ed350f47d8ec381 /lib/compilers/_all.js | |
parent | 91b960f1b3a0fd204ec12275c8dca0d31518d4f6 (diff) | |
download | compiler-explorer-9e2b24ea409e551447222c1f720e4011b102dd5a.tar.gz compiler-explorer-9e2b24ea409e551447222c1f720e4011b102dd5a.zip |
Add Zig c++ (#2716)
As requested by #2707
It still has the same problems found in #2434,
which that will get fixed in Zig 0.8.1
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index 5af9f3c70..28149e668 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -68,3 +68,4 @@ export { WslVcCompiler } from './wsl-vc'; export { ZigCompiler } from './zig'; export { TinyCCompiler } from './tinyc'; export { ZigCC } from './zigcc'; +export { ZigCXX } from './zigcxx'; |