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 _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep