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: Stefan Urbanek
Subject: Re: anyone know of a objective c parser?
Date: Sat, 16 Jul 2005 09:34:48 +0200

On Fri, 2005-07-15 at 15:43 -0700, 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?
> 

https://savannah.nongnu.org/projects/develkit/

See classes DKObjectiveCParser (based on autogsdoc parser), DKClass,
DKVariable.

See stuff in Testing directory

Methods are not yet implemented, you can implement them if you like. It
should not be that hard.

Stefan Urbanek
-- 
http://stefan.agentfarms.net

First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi






reply via email to

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