Re: Xcode with ll and yy source files
Re: Xcode with ll and yy source files
- Subject: Re: Xcode with ll and yy source files
- From: Sherm Pendley <email@hidden>
- Date: Tue, 4 May 2010 23:40:22 -0400
On Tue, May 4, 2010 at 1:43 PM, McLaughlin, Michael P. <email@hidden> wrote:
> Using Xcode 3.1.4, I have two very small test projects for lex and yacc
> (Flex, Bison). In the first, a standard C tool, the relevant extensions are
> .l and .y. This project compiles immediately with no problems.
>
> In the second, a C++ tool, I changed the extensions of the same two files to
> .ll and .yy
>From the Bison man page:
"Moreover, if you need to put C++ code in the input file, you can end
his name by a C++-like extension (.ypp or .y++)"
Note that .yy is *not* one of the suggested extensions.
sherm--
--
Cocoa programming in Perl:
http://www.camelbones.org
_______________________________________________
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