Re: Code for parsing Objective-C files? (for XML modeling program)
Re: Code for parsing Objective-C files? (for XML modeling program)
- Subject: Re: Code for parsing Objective-C files? (for XML modeling program)
- From: Jim Rankin <email@hidden>
- Date: Thu, 13 Mar 2003 14:47:08 -0500
Thanks for all the interesting replies! For what I'd like to do, I
think the Gorm code is the most useful suggestion.
I'm trying to write a tool for mapping an XML model to an object model
in a GUI, then using the resulting model to marshal objects to and from
xml files in other programs. I thought it would be useful to input and
output ObjC files with accessors for the object part of the model. I
think I'll try to implement output functionality first.
I downloaded the Cocoa Browser code, and it has some interesting ideas
for modeling ObjC classes as well (although it parses the HTML docs,
not .h/.m files).
Thanks again!
-jim rankin
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.