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

#ifndef CLI_SEMANTICS_HXX
#define CLI_SEMANTICS_HXX

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

#endif // CLI_SEMANTICS_HXX