|
From: | Adrian Robert |
Subject: | Re: anyone know of a objective c parser? |
Date: | Fri, 15 Jul 2005 21:14:20 -0400 |
On Jul 15, 2005, at 6:43 PM, la le wrote:
does anyone know of a objective c parser?, i need to extract all the info from @interface declarations (class name, class super, varibale names, if they are protected/priveate/public, method names and its variables), and also from @implementation declareations i need to extract method names and its argument names, along with the raw text in the methods. .... then i need to be able to save them to file. anyone know of a starting point to get the info i need?
Get the GNUstep source and look under core/base/Tools/ for classes starting with "AGS". Some documentation (produced by these classes no less) here:
http://gnustep.org/resources/documentation/Developer/Tools/Reference/ index.html
I believe there's also a separate parser in the Gorm source..
[Prev in Thread] | Current Thread | [Next in Thread] |