aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/nihil.ucl.ccm
blob: b16eb3dbe3adb34fa49b48328349c324a29b087e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;