Skip to content

Files

Latest commit

47b07e8 · Oct 25, 2024

History

History
11 lines (7 loc) · 275 Bytes

README.md

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.