Skip to content

Latest commit

 

History

History

cppwriter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cppwriter

cppwriter is a simple C++ code generation library.

Features

Creates C++ source files (including headers) from cppast. It is mainly used for:

  • As an example to show how to traverse the AST generated by the CppParser.
  • Testing the CppParser library.