diff options
Diffstat (limited to 'fnl/plugins/compiler_explorer.fnl')
-rw-r--r-- | fnl/plugins/compiler_explorer.fnl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/plugins/compiler_explorer.fnl b/fnl/plugins/compiler_explorer.fnl new file mode 100644 index 0000000..cf2108e --- /dev/null +++ b/fnl/plugins/compiler_explorer.fnl @@ -0,0 +1,6 @@ +(_G.util.setup! :compiler-explorer { + :languages { + ;clang 9.0.1 x86-64 + :c {:compiler :cclang901} + } + }) |