Re: using flex/Bison instead of Lex/Yacc
Re: using flex/Bison instead of Lex/Yacc
- Subject: Re: using flex/Bison instead of Lex/Yacc
- From: Sherm Pendley <email@hidden>
- Date: Mon, 23 Mar 2009 11:25:42 -0400
On Mon, Mar 23, 2009 at 10:49 AM, Thierry
<email@hidden> wrote:
Oups ! forgot to say
that I'm using Xcode 2.5 on Tiger.
and my question was more about using Flex instead of lex
and Bison instead of yacc, and the proper way to change this
behavior in Xcode
Like I said - there's nothing to change. You're already using Flex and Bison - /usr/bin/lex and /usr/bin/yacc are simply aliases for Flex and Bison, installed for compatibility. Check the man pages for Lex and Yacc, or run "lex --version" and "yacc --version" if you doubt it.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden