diff options
Diffstat (limited to 'nihil.ucl/nihil.ucl.ccm')
| -rw-r--r-- | nihil.ucl/nihil.ucl.ccm | 9 |
1 files changed, 8 insertions, 1 deletions
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; |
