Re: Code for parsing Objective-C files?
Re: Code for parsing Objective-C files?
- Subject: Re: Code for parsing Objective-C files?
- From: Joe Osborn <email@hidden>
- Date: Wed, 12 Mar 2003 22:25:48 -0600
Well, if you're feeling ambitious, you can write a yacc or bison
grammar... but I think one was posted somewhere a while ago, you should
google for an objective-c yacc grammar. What to do with it will
probably be up to you, though... I'm working on a yacc grammar myself,
just for kicks. The obj-c parts are fine and dandy, but when I try to
add C operator support, ugh! Conflicts all over the place. C is a huge
and crufty language compared to the obj-c extensions, or to smalltalk.
Mmmm, smalltalk.
Good luck.
--joe
On Monday, Mar 10, 2003, at 16:13 US/Central, Jim Rankin wrote:
Hi.
Is there any code out there for the taking that parses/generates .m
and .h files? Kind of like the IB Read Files... and Create Files
actions.
Thanks,
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.
_______________________________________________
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.