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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2129 - 2158 of 4344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2129
For those of you who use bison++/flex++ (either in a Win32 or in a Linux environment), what did you do to build them and get them working for the first time?...
parrotigm
Offline Send Email
Nov 8, 2004
7:52 am
2130
Say good bye to prepaid calling cards! No more spending money on calling cards, Earn free http://tinyurl.com/6fyoc Calling cards at our site using this link ...
persy_sude
Offline Send Email
Nov 9, 2004
2:44 pm
2131
**bump** These are great! Do you know of anything similar for flex++/bison++, or any in which the bison portion is written in C++? I've had trouble using...
parrotigm
Offline Send Email
Nov 11, 2004
9:20 am
2132
Hello, Although I'm not really new to bison/yacc, I'm not all that skilled in deconflicting grammars. I can often figure out what is causing a particular...
Michael Ness
sidewinder52c
Offline Send Email
Nov 15, 2004
4:03 am
2133
Why do not use a different token for END IF? It is very simple to create a token w/ flex. I am not very good at flex and bison but sometimes this simple...
Andrea De Nardis
a.denardis@...
Send Email
Nov 15, 2004
5:27 pm
2134
Thanks, That helped alot. I'm still getting two reduce/reduce conflits, but the parser is resolving them correctly so I'll let them go for now. Mike ... ...
Michael Ness
sidewinder52c
Offline Send Email
Nov 15, 2004
5:39 pm
2135
Hi Iam totally new to flex/bison.Can u please send me few pages which could help me learn the basics of flex?Can u also send me few sample programs and the...
badri narayan
badri3460
Offline Send Email
Nov 16, 2004
5:31 am
2136
Hi, Sorry first of all, 'coz I am using MKS LEX & YACC and posting the message on flex bison group. But This is the only place where I can get some input for...
chintand4
Offline Send Email
Nov 19, 2004
7:13 am
2137
hello, try this example! bye Paulo karol instruction : END ... IF ... ; opt_else: /*empty*/ ... ; Yahoo! Groups Links Yahoo! Groups Sponsor Get unlimited calls...
Paulo Karol
paulokarol
Offline Send Email
Nov 19, 2004
7:00 pm
2138
I'm having a bunch of problems trying to use a perfectly good flex++ scanner that I wrote in Linux on win32 (VisualStudio 2003). For reasons beyond my control...
mikepikefl
Offline Send Email
Nov 22, 2004
8:21 pm
2139
Ok, so I fixed some of my errors, including using software that this forum isn't even about... whoops! So I am now using the correct port of flex, and I RTFM...
mikepikefl
Offline Send Email
Nov 23, 2004
2:29 pm
2140
I don't even remember where I saw it, but I found out that the ambiguous symbol errors were because FlexLexer was using <iostream.h> and I was also using other...
mikepikefl
Offline Send Email
Nov 29, 2004
3:51 pm
2141
If you do not like having to refer your friends, Message-ID: <copar8+3o9f@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain;...
lisacalup
Offline Send Email
Dec 3, 2004
9:16 am
2142
i just downloaded flex and bison for win. is there any faq's there or short tutorials that newbies can use??...
angheloko
Offline Send Email
Dec 3, 2004
6:17 pm
2143
Two questions: 1. Where should I install bison.hairy and bison.simple? Unless I put them into my current project directory I also get a "bison.simple not...
brianpribis
Offline Send Email
Dec 10, 2004
3:15 pm
2144
I wish to all of you a Merry Christmas and a happy new year. And many thanks for the great help you always give me !!! Andrea...
Andrea De Nardis
a.denardis@...
Send Email
Dec 23, 2004
3:14 pm
2145
when I compile the file generated by bison and flex, VC++ ouput some error messages. One of them is "can't find <unistd.h>". I create a blank file named...
hoganbjtu
Offline Send Email
Dec 25, 2004
7:51 am
2146
... when I compile the file generated by bison and flex, VC++ ouput some error messages. One of them is "can't find <unistd.h>". I create a blank file named...

wavewood2002
Offline Send Email
Dec 25, 2004
1:22 pm
2147
多谢你的指点, 可是还是不行! ...
chen xian
hoganbjtu
Offline Send Email
Dec 25, 2004
2:37 pm
2148
I am a fresher about the flex and bison. When I compile the souce file I found from the internet, there is a file named "genflex.h" which the compiler can...
Yang, Liu (Kandy)
liuyang@...
Send Email
Dec 27, 2004
3:00 am
2149
... 多谢你的指点, 可是还是不行! ...

wavewood2002
Offline Send Email
Dec 28, 2004
2:23 pm
2150
Better to get Flex/Bison for Win32. You may google it. In my experience, the simple way to know Flex/Bison is to read the files they produced, and try to...
Jihong Wang
jihongwang_2k
Offline Send Email
Dec 28, 2004
3:22 pm
2151
Hi friends i downloaded flex and bison exe files but i cannot run those files in windows.can u say how to install it . whether it is for linux or windows? pls...
vivegam_333
Offline Send Email
Dec 31, 2004
5:32 am
2152
please dowload the documentation of this files also. In linux you can use lex & yacc utilities that are inbuilt in linux OS. you have to create a file...
Krunal Dedhiya
krunaldedhiya@...
Send Email
Dec 31, 2004
9:43 am
2153
You can download UnxUtils which is in http://unxutils.sourceforge.net/ It includes flex and bison and can run on win32 environment....
鏅忎粊
elleryq@...
Send Email
Dec 31, 2004
3:29 pm
2154
Hi i got the Flex.exe win32 version and i made my input file test.l and run it thru Flex ok without errors but when i try to compile it i get in Borland C/C++...
michael161904
Offline Send Email
Dec 31, 2004
7:50 pm
2155
you didn't make the main function void main() { yylex(); } ... compiler v5 ... _________________________________________________________________ ...
chen xian
hoganbjtu
Offline Send Email
Jan 1, 2005
12:58 am
2156
Thanks i will try that and get back to you if it works or not :). ... C/C++ ... test.l ... it ... got ... http://www.hotmail.com...
michael161904
Offline Send Email
Jan 1, 2005
11:43 am
2157
... C/C++ ... test.l ... it ... got ... http://www.hotmail.com...
michael161904
Offline Send Email
Jan 1, 2005
11:59 am
2158
Hi i did that and i got two errors saying Unresolved external '_warning' referenced from "borland\bcc55 \bin\lex.yy.obj" Unresolved external '_yywrap'...
michael161904
Offline Send Email
Jan 1, 2005
12:00 pm
Messages 2129 - 2158 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