Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 275 Bytes

File metadata and controls

11 lines (7 loc) · 275 Bytes

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.