-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi there, I'm trying to use CppAst.NET to parse metal-cpp header files, which are a wrapper of the Objective-C API. The underlying Objective-C functions being called are contained within a macro within the function body.
To generate valid C# code, I need to be able to access the string used to generate the selector inside the function bodies, however currently, function body parsing is disabled.
Could an option be added to enable function body parsing? I'm happy to PR it myself, however, I don't know what other modifications would be required.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested