Re: Lex and yacc
Re: Lex and yacc
- Subject: Re: Lex and yacc
- From: Ondra Cada <email@hidden>
- Date: Sat, 13 Jul 2002 13:26:17 +0200
On Friday, July 12, 2002, at 10:34 , Robert Lee Dotson wrote:
Does anyone know of a way, to use lex and yacc to create a parser class
for
cocoa? It seems pretty straightforward to just use objective-c methods
instead of functions when tokenizing things, but will this work? I'd
rather
not waste my time if I don't have to.
Should work. I've never done this in Cocoa yet, but many times in OpenStep
(and once in YellowBox) with no problems at all.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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: | |
| >Lex and yacc (From: Robert Lee Dotson <email@hidden>) |