Displaying 1 result from an estimated 1 matches for "libclang_shared".
2019 Jun 25
2
Is there a C++ API for libclang to have full access to the AST ?
Hi everyone,
i want to use libclang to create my own AST and use a node system like
houdini is using to write own programms with a graphical interface.
But libclang does not give full access to the AST - i need to build my
own AST and need full access.
Since there are no books about libclang i hope someone here can point me
in the right direction...
best regards,
Steven Truppe