Re: using a parser generator with a cococa app
Re: using a parser generator with a cococa app
- Subject: Re: using a parser generator with a cococa app
- From: publiclook <email@hidden>
- Date: Wed, 21 May 2003 22:58:18 -0400
Not long ago I posted to this forum a complete Objective-C scanner and
parser implemented with lex/yacc and Foundation classes. Just name
your .l and .y files to .lm and .ym and you can incorporate Objective-C
right with the scanner and parser definitions. Project Builder already
knows what to do with the files.
On Wednesday, May 21, 2003, at 09:37 PM, John Clayton wrote:
Hi,
Does anyone know of a parser generator that work nicely in a Cocoa
application? I'm aware of the usual suspects (yacc/bison) and anltr
and a few others. Just wondering if someone has integrated a parser
generated by a particular generator successfully into their app.
Thanks a lot.
Regards,
John Clayton
----------------------------------
email@hidden
----------------------------------
How glorius it is to be an Exception, and how painful.
_______________________________________________
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.