summaryrefslogtreecommitdiff
path: root/cli/semantics.hxx
blob: 60c27f6db954fbda38429ac1c88cc94e06aff3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : cli/semantics.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_SEMANTICS_HXX
#define CLI_SEMANTICS_HXX

#include <cli/semantics/class.hxx>
#include <cli/semantics/doc.hxx>
#include <cli/semantics/elements.hxx>
#include <cli/semantics/expression.hxx>
#include <cli/semantics/namespace.hxx>
#include <cli/semantics/option.hxx>
#include <cli/semantics/unit.hxx>

#endif // CLI_SEMANTICS_HXX