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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1861 - 1890 of 4344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1861
hi, I've parsed the simple conditional expression operator in Yacc, e.g. a = (b > 1) ? c : d; I want to parse nest conditional expression operator: e.g. a = (b...
aavvee
aavvee2002
Offline Send Email
Jan 8, 2004
12:19 am
1862
Please take a look at the job description. Email me if you are interested. I actually work for Barcelona Design, not an agency! Barcelona Design is looking...
landon
landon4216
Offline Send Email
Jan 9, 2004
9:12 pm
1863
I want you to take advantage of me and treat me real naughty you can have your way with me any way you want lets chat some more at ...
iwillswallowspunk229
iwillswallow...
Offline Send Email
Jan 9, 2004
11:54 pm
1864
This should be quite simple, but I must warn you, I only tried this in Bison, I don't have Yacc. Something like expression: name ... ; statement: expression...
Mark Van Peteghem
mvp_be
Offline Send Email
Jan 10, 2004
8:41 am
1865
Hi, I start a c++ project with visual c++ v6.0. This project uses files generated with flex and yacc. The files generated were put in my project. All the...
boubbafc
Offline Send Email
Jan 13, 2004
7:31 pm
1866
Which generator do you use to generate files from lex and yacc? If it's Parser Generator, you should set the "YYDEBUG" in project-setting-c/c++, and set the...
aavvee
aavvee2002
Offline Send Email
Jan 13, 2004
11:58 pm
1867
Generators used are Flex and Bison. Could you help me please....
boubbafc
Offline Send Email
Jan 14, 2004
9:28 am
1868
not sure what your flex and bison text files look like but consider the following in your flex file. %{ #include "y.tab.h" // or whatever header that this...
Anthony Mays
tonlok2002
Offline Send Email
Jan 14, 2004
11:02 am
1869
not sure what your flex and bison files look like but consider the following in your flex file... %{ void yyerror(char *err); // you must define yyerror %} ...
Anthony Mays
tonlok2002
Offline Send Email
Jan 14, 2004
11:04 am
1870
Thanks, but new problems come. See below : Linking... BDLPurParser.obj : error LNK2001: unresolved external symbol "class ostream out" (?out@@3Vostream@@A) ...
boubbafc
Offline Send Email
Jan 14, 2004
12:18 pm
1871
I took a stab at this trying to solve the flex and bison errors that I saw. From what's left ... it appears that your C++ environment or project is not setup...
Anthony Mays
tonlok2002
Offline Send Email
Jan 14, 2004
5:20 pm
1872
... It says that you do not have "ostream" defined. It also implies that you are using the usual name for standard "out" which is, wait for it, "out". So,...
Ed Preston
epreston@...
Send Email
Jan 15, 2004
10:55 pm
1873
Hi, I'm trying to compile a few yacc files using flex. Can someone help me?I'm using VC++ on WinXP and trying to give custom build commands. 1.what should be...
ravisudhakark
Offline Send Email
Jan 16, 2004
9:48 am
1874
You cannot compile a YACC file by Flex ... From: ravisudhakark To: flexbisonwin32@yahoogroups.com Sent: Friday, January 16, 2004 5:48 PM Subject:...
Song Toan
toannds
Offline Send Email
Jan 16, 2004
10:35 am
1875
You can configure Yacc and Flex in Visual Studio as shown in these pics. I took them from my working project. ... From: ravisudhakark To:...
Song Toan
toannds
Offline Send Email
Jan 16, 2004
10:59 am
1876
yes,i m having the same problem as well, anybody can help me out??? and when i use VC to compile the file gernerated by bison, i got an error for the...
cs_qihao
Offline Send Email
Jan 20, 2004
1:53 am
1877
I know this is off the subject and no immediate help for your problem; but, I thought I would throw Bumble-Bee software some bones for their work on their...
Anthony Mays
tonlok2002
Offline Send Email
Jan 20, 2004
2:11 am
1878
is the bumble-bee "yacc-compatible"? i mean can the bumble-bee generate the code from the yacc/bison files? ... bones ... flex ... out??? ... else ... ...
cs_qihao
Offline Send Email
Jan 20, 2004
3:25 am
1879
just wondering anybody has succeeded in compiling flex and bison generated C++ files by VC? could anyone email some example files (not the C++ files generated...
cs_qihao
Offline Send Email
Jan 20, 2004
3:33 am
1880
Im trying to print and manipulate strings that have come back to YACC Is this possible in this way? sentence: sentence operator sentence {...
hoffhoffyn@...
Send Email
Jan 20, 2004
3:54 am
1881
I use bison instead of bison++, but I also have the same definitions in both files. But it compiles without any problem because the header file is not...
Mark Van Peteghem
mvp_be
Offline Send Email
Jan 20, 2004
8:16 am
1882
Thanx, Tony, I tried the bumble-bee software you recommended, it still doesn't work out perfectly, but at least I am having no problem in compiling the two C++...
cs_qihao
Offline Send Email
Jan 20, 2004
8:50 am
1883
yes. I have generated bison grammar and used it in Bumble-Bee and vice versa. However, Parser Generator also generates C++ parsers as well. Also the lexers...
ton lok
tonlok2002
Offline Send Email
Jan 20, 2004
9:54 am
1884
I am a VC++ convert from Borland C++ Builder. I am current using VC++ 7.0 from Visual Studio. I generate a C++ lexer and parser from the Parser Generator and...
Anthony Mays
tonlok2002
Offline Send Email
Jan 20, 2004
10:15 am
1885
You need to link to the proper ".lib" file included in the product installation. Open up the help doco and look that the information for both "setting up to...
Ed Preston
epreston@...
Send Email
Jan 20, 2004
10:17 am
1886
Informative and good product but, IMHO, please take it to the BumbleBee forum. ... From: Anthony Mays [mailto:tonlok2002@...] Sent: Tuesday, 20 January...
Ed Preston
epreston@...
Send Email
Jan 20, 2004
10:20 am
1887
If you are using lex or flex to generate your lexer will need to do something like the following: in flex or lex file (please understand that my example is a...
Anthony Mays
tonlok2002
Offline Send Email
Jan 20, 2004
10:39 am
1888
Hi, I have some yacc files which need to be compiled. This is the first time i'm using flex/bison to compile any file. I'm using VC++...and i am using custom...
ravi sudhakar
ravisudhakark
Offline Send Email
Jan 21, 2004
5:17 am
1889
Hey Tony Thanks...that worked very nicely. I have another question if you dont mind or if anyone else has the answer. I was under the impression that...
hoffhoffyn@...
Send Email
Jan 21, 2004
5:32 am
1890
Thanx, Tony, I have no problem in compiling the c++ files except it still says "unresolved symbol char *yytext" when i have "extern char* yytext" in the...
cs_qihao
Offline Send Email
Jan 21, 2004
6:06 am
Messages 1861 - 1890 of 4344   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