From 804f2a342d1b2002ad383ff604e75eb0caba8f65 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 13 Nov 2024 06:17:23 -0600 Subject: ton of new stuff --- fnl/plugins/compiler_explorer.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fnl/plugins/compiler_explorer.fnl (limited to 'fnl/plugins/compiler_explorer.fnl') 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} + } + }) -- cgit v1.2.3