summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
blob: a5c588c3ae466b570fdb2a5dc44ee9c1e3d30693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
{
}