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@...
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 ... ...
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...
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@...
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@...
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@...
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...
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...
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...
Hello Every one We have following requirements for our client World's 4th Largest company in Wireless Phone Manufacturing and Telecom. Company profile is...
Since this is not a job advertisement list, jobs_indiaa@... has been placed on moderated status.. Wilbur ... Putting A Human Face On Technology ;-) ... ...
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...
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@...
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...
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@...
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 )...
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@...
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: As the first line of your .l file, enter %option noyywrap This makes the error disappear. JimT...
JimT
jim_taylor@...
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...
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...
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 ...
Hi which compiler do you use ? Visual C ? or mingw gcc ? i will try to help you ... ____________________________________________________________ Jak me...
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...
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...
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...
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...
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...