issues
search
satya-das
/
cppparser
A library to parse C/C++ source as AST
Other
278
stars
36
forks
source link
Examples for manual AST creation
#26
Closed
salehjg
closed
3 weeks ago
salehjg
commented
1 year ago
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.
Implements:
examples
with its CMakeLists to the root.CppWriter
.