Hello,
There are projects parsing Objective-C header files, such as autodoc,
gorm or
perhaps others not known. I would like to ask, if there is one that
can I use
to query list of instance variables from header files? It does not
have to be
idiot-proof, it just have to accept decent source code.
I want to get list of variables + their types. Best thing would be to
be able to
get additional information, perhaps present in comments after each
variable.
Can be existing conde extracted from those projects and reused as
stand-alone
parser class? Does anyone have exact pointers to where I should look?