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

module;

export module nihil.ucl;
export import :emit;
export import :object;
export import :parser;

export import :array;
export import :boolean;
export import :integer;
export import :real;
export import :string;