discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: anyone know of a objective c parser?


From: Gregory John Casamento
Subject: Re: anyone know of a objective c parser?
Date: Fri, 15 Jul 2005 18:35:31 -0700 (PDT)

la le,

--- la le <ditopil@yahoo.com> 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?

The GormObjCHeaderParser library used in Gorm (of course) extracts some such
information from headers.  It currently doesn't read the implementation
declarations, since it doesn't really need to.

GJC

Gregory John Casamento 
-- CEO/President Open Logic Corp. (A MD Corp.)
## Maintainer of Gorm (IB Equiv.) for GNUstep.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]