cppparser
cppparser copied to clipboard
Examples for manual AST creation
Implements:
- Adds a new directory called
exampleswith its CMakeLists to the root. - Adds a single CPP file to demonstrate how to create various AST node types from scratch and generate CPP code from them using
CppWriter. - Adds a build option to the main CMakeLists to enable or disable building the examples.