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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2074 - 2103 of 4338   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2074
Hello, I would like to move a grammar into a flex & bison form. My problem is with this production: Expression = "if" Expression "then" Expression "else"...
baptistebesson3
Offline Send Email
Sep 3, 2004
4:36 pm
2075
For the past several days I have been evaluating ANTLR(www.antlr.org). I have decided to abandon Flex & Bison to build my next scripting language compiler...
Evan A Bell
ebell@...
Send Email
Sep 3, 2004
4:58 pm
2076
Wow !!! It seems terribly interesting. Thanx a lot. Regards, Andrea...
Andrea De Nardis
a.denardis@...
Send Email
Sep 3, 2004
5:36 pm
2077
Hi, Perhaps I don't understand your question, but how can something be a non-terminal and a token at the same time? What is it that you're trying to do here? ...
David Haley
ceosilverfox
Offline Send Email
Sep 3, 2004
10:07 pm
2078
Hello, Thank you for your reply. Indeed that's exactly what I don't understand. It is not me who is trying to do this but it is said in the text that...
baptistebesson3
Offline Send Email
Sep 4, 2004
7:20 am
2079
Hello, Thank you for your reply. Indeed that's exactly what I don't understand. It is not me who is trying to do this but it is said in the text that...
besson baptiste
baptistebesson3
Offline Send Email
Sep 4, 2004
7:21 am
2080
Hello Baptiste, Well, I'll be darned if this doesn't make sense, but it seems that by definition Expression is a non-terminal. A terminal production can only ...
David Haley
ceosilverfox
Offline Send Email
Sep 4, 2004
7:47 am
2081
Ok so here is the question in French. 1 Analyse lexico-syntaxique Full est un langage tiré d'un cours de l'Ecole Polytechnique Federale de Lausanne,...
baptistebesson3
Offline Send Email
Sep 4, 2004
8:40 am
2082
Hi, OK, this is my guess then. I suspect that we’re considering ‘Expression’ as a “terminal†so that we don’t have to re-write the whole thing....
David Haley
ceosilverfox
Offline Send Email
Sep 4, 2004
8:45 am
2083
T'as peut être raison. En tout cas je vois pas comment faire autrement. Merci....
baptistebesson3
Offline Send Email
Sep 4, 2004
8:53 am
2084
Can you believe I refinanced my mortage and am saving $300 a month? Check it out... http://lendingflow.net/?partid=rcc2 If you dont want to be part of this...
myaxqxom10
Offline Send Email
Sep 7, 2004
2:11 am
2085
Hi all, I am using flex/bison w/ VC++ in W2K and I find it excellent. I ever used a different project for different parser, but now I need to integrate them in...
Andrea De Nardis
a.denardis@...
Send Email
Sep 13, 2004
2:36 pm
2086
Hi Andrea, I think that normally you do this with a prefix and not a suffix, for instance: bison -p script -dvt -o $@ $^ This is an entry from my makefile that...
David Haley
ceosilverfox
Offline Send Email
Sep 13, 2004
7:26 pm
2087
Dear All, I would like to instruct yylex to read a memory buffer instead of a file. I read in documentation that yyin must be provided in order to make yylex...
Andrea De Nardis
a.denardis@...
Send Email
Sep 15, 2004
9:59 am
2088
... This is not possible with the C-variant of flex, because then yyin must be a FILE pointer. I heard that on a UNIX-compatible system you could create a...
Mark Van Peteghem
mvp_be
Offline Send Email
Sep 15, 2004
11:36 am
2089
Are you sure about that? I don't think you need to use the C++ stream variant to read from memory. I have this code that works just fine. void InitBuffer(const...
David Haley
ceosilverfox
Offline Send Email
Sep 15, 2004
6:13 pm
2090
Thanx David and Mark, both of you area very kind. Regards, Andrea...
Andrea De Nardis
a.denardis@...
Send Email
Sep 16, 2004
7:30 am
2091
I didn't know about the function yy_scan_string. Thanks for pointing this out. -- Mark Van Peteghem http://www.q-mentum.com -- easier and more powerful unit...
Mark Van Peteghem
mvp_be
Offline Send Email
Sep 16, 2004
8:37 am
2092
I already have the flex and bison compilers. i just dont know how to start using it. can anybody help me this. I desperately need to create a parser for my...
lucyf27
Offline Send Email
Sep 18, 2004
9:25 am
2093
I have bad credit, I am self employed and I was able to re-finance at a really low rate. I am saving hundreds a month Just fill out this simple FREE form ...
ezc4yq64
Offline Send Email
Sep 18, 2004
10:52 am
2094
Hi, I'm a novice on F&B from Taiwan, and forgive my poor English, please. I had to write a chat room, which include a parser, and I could compose all of the...
¯Q¾~
cph0525
Offline Send Email
Sep 20, 2004
1:52 pm
2095
Hi there, Yes, you will need a C++ compiler (since your parser in is C++) such as Visual Studio, Borland, or similar. If you have Cygwin then you can use g++. ...
David Haley
ceosilverfox
Offline Send Email
Sep 20, 2004
4:00 pm
2096
where can I find ANSI C grammar for bison and action code to form treenodes of AST? who can give me the structure of treenode? Thank you very much!!...
chend92005
Offline Send Email
Sep 21, 2004
7:49 am
2097
where can I find action code of C grammar? and structure of treenode?...
chend92005
Offline Send Email
Sep 21, 2004
10:58 am
2098
does anyone have any compiler project source created using vc++...plzz send it, i am new to this felx & bison wizard in vc++.....i want some examples......   ...
Ashwin Aravind
appoos_in
Offline Send Email
Sep 27, 2004
4:24 am
2099
I am writing this program now.please Wait for some days.I will upload the code of lex and bison. ... vc++...plzz send it, i am new to this felx & bison wizard...
chend92005
Offline Send Email
Sep 28, 2004
3:37 am
2100
if anyone has created a c or pascal or any compiler a new elementary language...of that sought...using vc++ wizard please send the source...i am lookin for new...
Ashwin Aravind
appoos_in
Offline Send Email
Sep 28, 2004
4:16 pm
2101
What specifically are you stuck on? Getting the .l and .y files to output the code files for your build automatically? Evan A. Bell Game Programmer ...
Evan A Bell
ebell@...
Send Email
Sep 28, 2004
4:22 pm
2102
@@SAP Training Online Available!! we are a SAP training center,we provide Offering all moudle SAP training online and relevant module official course for...
SAPOnlineTraining
hobbes_ramna
Offline Send Email
Sep 28, 2004
7:43 pm
2103
@@SAP Training Online Available!! we are a SAP training center,we provide Offering all moudle SAP training online and relevant module official course for...
SAPOnlineTraining
hobbes_ramna
Offline Send Email
Sep 28, 2004
7:44 pm
Messages 2074 - 2103 of 4338   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