diff options
author | Patrick Quist <partouf@gmail.com> | 2022-06-24 22:14:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 22:14:29 +0200 |
commit | dc15c3124a69aa838d0b8a3df01ffb8fd00dc6ff (patch) | |
tree | 3dd61e62a74564022d53d97f05e67fd3d1be12bc | |
parent | 5452166ae1b890ad93b2f931eec2bfed53789467 (diff) | |
download | compiler-explorer-gh-3462.tar.gz compiler-explorer-gh-3462.zip |
Toit (#3809)gh-3462
-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 ec10ea063..5f7c035a1 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -90,3 +90,4 @@ export {ZigCompiler} from './zig'; export {ZigCC} from './zigcc'; export {ZigCXX} from './zigcxx'; export {TurboCCompiler} from './turboc'; +export {ToitCompiler} from './toit'; |