// file : cli/source.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SOURCE_HXX #define CLI_SOURCE_HXX #include "context.hxx" void generate_source (context&); #endif // CLI_SOURCE_HXX