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: Chris Hanson <email@hidden>
- Date: Thu, 22 May 2003 09:24:10 -0400
On Wednesday, May 21, 2003, at 09:37 PM, John Clayton wrote:
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.
It's possible to use lex & yacc in Cocoa projects. I used them to
write the qualifier string parser in my Open Source BDControl
framework, available online at
<
http://bdistributed.com/Projects/BDControl/>.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.