cppparser icon indicating copy to clipboard operation
cppparser copied to clipboard

Examples for manual AST creation

Open salehjg opened this issue 2 years ago • 0 comments

Implements:

  • Adds a new directory called examples with 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.

salehjg avatar Jun 22 '23 17:06 salehjg