i'm writing a project where i want to have a graphical interface and be
able to use nodes (think of nodes like functions) with in and output
slots. where do i have to start to create my own AST and then execute it
at runtime ?

On 19.06.19 16:20, Steven Truppe via cfe-users wrote:
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

_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to