aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/nihil.ucl.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.ucl/nihil.ucl.ccm')
-rw-r--r--nihil.ucl/nihil.ucl.ccm21
1 files changed, 21 insertions, 0 deletions
diff --git a/nihil.ucl/nihil.ucl.ccm b/nihil.ucl/nihil.ucl.ccm
new file mode 100644
index 0000000..b16eb3d
--- /dev/null
+++ b/nihil.ucl/nihil.ucl.ccm
@@ -0,0 +1,21 @@
+/*
+ * This source code is released into the public domain.
+ */
+
+module;
+
+export module nihil.ucl;
+
+export import :emit;
+export import :errc;
+export import :object;
+export import :object_cast;
+export import :parser;
+export import :type;
+
+export import :array;
+export import :boolean;
+export import :integer;
+export import :map;
+export import :real;
+export import :string;