You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SamuelMarks . I wouldn't implement such a feature myself, but I'd be willing to accept it as a contribution (if the implementation doesn't cause side effects for the main use of psyche-c's AST).
In Python I can do this:
Which produces:
Looks like neither LLVM LibTooling nor LLVM libclang have support for this:
https://discourse.llvm.org/t/create-and-emit-ast-for-struct-clang-recorddecl/61383
Is this something you would consider adding to Psyche-C? 🥇
The text was updated successfully, but these errors were encountered: