[cfe-users] General Question
Steven Truppe via cfe-users
cfe-users at lists.llvm.org
Wed Jun 19 07:20:43 PDT 2019
Hi everyone,
i want to use clang to create some kind of graphical programming
language where you have nodes with atomic operations that you can
connect (think of a node like a function with parameter and in and
output nodes).
now i found out clang creates the AST, how can i create my own AST so i
can create my project and make my own functions and variables etc. ?
best regards,
Steven Truppe
More information about the cfe-users
mailing list