summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-13 18:46:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-13 18:46:11 +0200
commitcb65012eb524eb57b00249f1dee0f245e947cda4 (patch)
tree9706e59d98f2208ec110d84a5aaef14e45b49542 /cli/generator.cxx
parenta1686fdeabe24823225cfb4cf79646e12cf98b2c (diff)
Use new path class, add context and generator classes
Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver.
Diffstat (limited to 'cli/generator.cxx')
-rw-r--r--cli/generator.cxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/cli/generator.cxx b/cli/generator.cxx
new file mode 100644
index 0000000..a5c588c
--- /dev/null
+++ b/cli/generator.cxx
@@ -0,0 +1,15 @@
+// file : cli/generator.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#include "generator.hxx"
+
+generator::
+generator ()
+{
+}
+void generator::
+generate (semantics::cli_unit& unit, semantics::path const& path)
+{
+}