aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/nihil.ucl.ccm
blob: daa751bea8b9affec87407a88319a2dd31c91a72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This source code is released into the public domain.
export module nihil.ucl;

export import :emit;
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;