From f41970666675f873d7c1075efd192f22df8d17fe Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 22 Jun 2025 14:46:53 +0100 Subject: add nihil.ucl (incomplete) --- nihil.ucl/nihil.ucl.ccm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nihil.ucl/nihil.ucl.ccm') diff --git a/nihil.ucl/nihil.ucl.ccm b/nihil.ucl/nihil.ucl.ccm index 23151e0..d0924d8 100644 --- a/nihil.ucl/nihil.ucl.ccm +++ b/nihil.ucl/nihil.ucl.ccm @@ -5,5 +5,12 @@ module; export module nihil.ucl; +export import :emit; +export import :object; +export import :parser; -// TODO: Implement. +export import :array; +export import :boolean; +export import :integer; +export import :real; +export import :string; -- cgit v1.2.3