summaryrefslogtreecommitdiff
path: root/cli/semantics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/semantics.hxx')
-rw-r--r--cli/semantics.hxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/semantics.hxx b/cli/semantics.hxx
new file mode 100644
index 0000000..4508ab2
--- /dev/null
+++ b/cli/semantics.hxx
@@ -0,0 +1,16 @@
+// file : cli/semantics.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 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