Search the web
Sign In
New User? Sign Up
flexbisonwin32 · Flex & BISON on Win32
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1914 - 1943 of 4347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1914
I downloaded the flex & bison code and ran flex against the first example in the O'Reilly lex & yacc book. It generated lex.yy.c. Visual Studio.NET hates it....
JimT
jim_taylor@...
Send Email
Mar 7, 2004
4:53 am
1915
Hi JimT, There is an option to rename the outputs files. Using the same pls rename ur lex.yy.c to lex_yy.c Guess the issue must be resolved. Regards, GSM ... ...
G S Murthy
murthy_gs2k
Offline Send Email
Mar 8, 2004
6:46 am
1916
Hi. I'm trying to run flex/bison with borland's free bcc32 under xp. With a little fiddling, I can get flex to work, but bison generates a numbrer of compile...
linguist46
Offline Send Email
Mar 8, 2004
2:30 pm
1917
I copied the lex code from the first example in the O'Reilly "lex & yacc" book into a file called CH1_1. When I ran flex it produced a file called lex.yy.c....
JimT
jim_taylor@...
Send Email
Mar 8, 2004
7:29 pm
1918
Try using Google with "unistd.h" as the search string. :) I found lots of results! Regards, Martin...
Martin Vrčko
martin@...
Send Email
Mar 8, 2004
7:37 pm
1919
unistd.h is a standard file that only exists on Unix-like machines. It will not exist on a Windows machine as a standard file ... From: "Martin Vrko"...
Daron Anderson
dnanderson@...
Send Email
Mar 8, 2004
7:43 pm
1920
I had the same problem. I made an empty file called unistd.h, with just the comment "/* empty file to fool the code generated by flex */" to explain it to...
Mark Van Peteghem
mvp_be
Offline Send Email
Mar 10, 2004
9:03 am
1921
At 04:06 AM 3/10/2004, you wrote: I guess it has been covered before but here is my contribution: unistd.h is a standart header file on Unix systems (and...
Sam Watson
AardVark_03
Offline Send Email
Mar 11, 2004
4:06 am
1922
Hi, I am a lex/yacc beginner working on a C preprocessor. Does anyone know how to parse library functions in C? I found some grammar for C on the web, but they...
yyan95112
Offline Send Email
Mar 11, 2004
6:25 am
1923
Hello Every one We have following requirements for our client World's 4th Largest company in Wireless Phone Manufacturing and Telecom. Company profile is...
jobs india
jobs_indiaa
Offline Send Email
Mar 12, 2004
1:02 pm
1924
Since this is not a job advertisement list, jobs_indiaa@... has been placed on moderated status.. Wilbur ... Putting A Human Face On Technology ;-) ... ...
Wilbur Streett
wylburit
Offline Send Email
Mar 12, 2004
2:06 pm
1925
Hi, I'm a complete newbie to Flex, and would be very grateful if you could help me on this problem. i downloaded the flex.exe to my XP system, which has DJ's...
wildlibi
Offline Send Email
Mar 14, 2004
8:45 pm
1926
This email address is a spam trap and email sent to it will not be delivered. If you wish to contact Blue Box Internet please re-send your message to...
Andracbhyi@...
Send Email
Mar 14, 2004
8:46 pm
1927
Hi all I,m new member Actually I have aproject to use Lex/YACC (actually FLEX and BISON) can any one tell me just which point i can start from it .. thanc you...
khalid_al_ameri
Offline Send Email
Mar 14, 2004
10:14 pm
1928
What am I doing wrong? I copied the ch1_05.l, ch1_05.y, and ch1_05.h files from the samples I downloaded from the O'Reilly support site for their "lex & yacc"...
JimT
jim_taylor@...
Send Email
Mar 16, 2004
7:44 am
1929
This are steps which you must do to ,,play" with flex and bison Requirements for Win32 platform: 1.C or C++ implementation (MINGW or Cygwin are best and free )...
M.K. invisible
mark_kica
Offline Send Email
Mar 16, 2004
8:33 pm
1930
I started with the file ch1-05y.h which looks like this: # define NOUN 257 # define PRONOUN 258 # define VERB 259 # define ADVERB 260 # define ADJECTIVE 261 #...
JimT
jim_taylor@...
Send Email
Mar 16, 2004
10:00 pm
1931
Hi Can anyone please tell me how to deal with undefined reference to yywrap. Thanks in advance -Sam ... Yahoo! Messenger - Communicate instantly..."Ping" your...
sam kevin
sam123_0
Offline Send Email
Mar 24, 2004
6:23 pm
1932
Sam: As the first line of your .l file, enter %option noyywrap This makes the error disappear. JimT...
JimT
jim_taylor@...
Send Email
Mar 24, 2004
8:52 pm
1933
Hello, 1) I am using the bison++ compiler two develop two parsers which are being used to parse two different grammers in a single application 2) bison ++ uses...
Maansi Gupta
maansi12
Offline Send Email
Apr 7, 2004
7:15 am
1934
Hello 1) I have developed two parsers using bison++ compiler which take input from a string buffer. 2) Both these parsers need to be used simultaneously. When...
Maansi Gupta
maansi12
Offline Send Email
Apr 7, 2004
7:28 am
1935
I am using ...compiled flex (flex.exe).When ever i compile the code , there is no compilation error...but when i run the code , few linking error occurs ...
blackfuneralfog
Offline Send Email
Apr 8, 2004
7:02 am
1936
Hi which compiler do you use ? Visual C ? or mingw gcc ? i will try to help you ... ____________________________________________________________ Jak me...
M.K. invisible
mark_kica
Offline Send Email
Apr 13, 2004
6:30 pm
1937
hi, gcc file.c file.tab.c -o file.exe file.c is a flex generated file and file.tab.c is a bison generated file I wait that it helps you M.K. invisible...
Paulo Karol
paulokarol
Offline Send Email
Apr 13, 2004
7:48 pm
1938
here you can find some examples which works , http://viper.sourceforge.net/lex-yacc-examples.tar.gz i hope it helps you Mark Kica aka xprometeus Viper basic...
M.K. invisible
mark_kica
Offline Send Email
Apr 13, 2004
11:08 pm
1939
hey.. brother. im using... both borlands 3.2 and visual c both are having..LINKING error..with lex.yy.c building.. plzz help me...brotherz M.K. invisible...
Hasham K
blackfuneralfog
Offline Send Email
Apr 14, 2004
3:23 pm
1940
Hi everybody , so ,i have succesesfuly compiled flex & bison only with mingw and cygwin C++ compiler .mingw instalation setup has only 15 mb and is free so you...
M.K. invisible
mark_kica
Offline Send Email
Apr 14, 2004
8:22 pm
1941
hey...hi..can u tell me about mingw and cygwin ... what r thez....how they work... and...can u recoomeed..me the best version of.. yacc and bison under window...
Hasham K
blackfuneralfog
Offline Send Email
Apr 15, 2004
3:00 pm
1942
... From: Hasham K <blackfuneralfog@...> To: flexbisonwin32@yahoogroups.com Date: Wed, 14 Apr 2004 08:23:07 -0700 (PDT) Subject: Re: [flexbisonwin32]...
"коля М...
kolycams@...
Send Email
Apr 18, 2004
8:23 pm
1943
... From: "blackfuneralfog" <blackfuneralfog@...> To: flexbisonwin32@yahoogroups.com Date: Thu, 08 Apr 2004 04:04:18 -0000 Subject: [flexbisonwin32]...
"коля М...
kolycams@...
Send Email
Apr 18, 2004
8:39 pm
Messages 1914 - 1943 of 4347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help