Skip to content

Files

Latest commit

30d4fc1 · Jan 10, 2025

History

History

cppwriter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2025
Jan 10, 2025
Jan 3, 2025
Oct 25, 2024

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.