• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Code for parsing Objective-C files?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Code for parsing Objective-C files? (From: Jim Rankin <email@hidden>)

  • Prev by Date: Converting Window coord to View coord
  • Next by Date: Re: Converting Window coord to View coord
  • Previous by thread: Re: Help - what happened to my menu? - sorted now thanks
  • Next by thread: RE: Code for parsing Objective-C files?
  • Index(es):
    • Date
    • Thread