tree-gen
C++ code generator for tree structures
tree-gen-python.hpp
Go to the documentation of this file.
1 
5 #ifndef _TREE_GEN_PYTHON_HPP_INCLUDED_
6 #define _TREE_GEN_PYTHON_HPP_INCLUDED_
7 
8 #include "tree-gen.hpp"
9 
10 namespace tree_gen {
11 
15 namespace python {
16 
20 void generate(
21  const std::string &python_filename,
22  Specification &specification
23 );
24 
25 } // namespace python
26 } // namespace tree_gen
27 
28 #endif
Namespace for the tree-gen program.
void generate(const std::string &python_filename, Specification &specification)
Generates the complete Python code.
Header file for tree-gen.