Lex and Yacc (or Flex and Bison) for Win95???

Akintunde Omitowoju <omit@washington.xtn.net>
16 Feb 1997 23:18:15 -0500

          From comp.compilers

Related articles
Lex and Yacc (or Flex and Bison) for Win95??? omit@washington.xtn.net (Akintunde Omitowoju) (1997-02-16)
Re: Lex and Yacc (or Flex and Bison) for Win95??? WStreett@shell.monmouth.com (1997-02-20)
Re: Lex and Yacc (or Flex and Bison) for Win95??? schauerw@sbox.tu-graz.ac.at (Schauer Werner) (1997-02-20)
Re: Lex and Yacc (or Flex and Bison) for Win95??? a-bnc@MICROSOFT.com (Nicholas Carey (BEST)) (1997-02-22)
Re: Lex and Yacc (or Flex and Bison) for Win95??? stevef7@erols.com (The Flanagans) (1997-03-01)
Re: Lex and Yacc (or Flex and Bison) for Win95??? rivetchuck@aol.com (1997-03-16)
| List of all articles for this month |

From: Akintunde Omitowoju <omit@washington.xtn.net>
Newsgroups: comp.compilers
Date: 16 Feb 1997 23:18:15 -0500
Organization: Washington County Online
Keywords: lex, yacc, question

Hello everyone:


I was just wondering whether there is a usable version of Lex and Yacc
(or Flex and Bison) that can be used in conjuction with Visual C++ v4.0
for Win95.


I am creating a subset of a C++ grammar for my thesis work, but I am not
sure whether the code generated by Flex and Bison for the DOS version of
the GNU compiler will work.


I'd appreciate any leads on this. Thank you.


sincerely,
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
| Akintunde Omitowoju, Computer Science Graduate Student |
| East Tennessee State University, Johnson City, TN, USA |
| mailto:omit@washington.xtn.net |
| http://www-cs.etsu-tn.edu/~zao1/ |
[Flex and Berkeley yacc should be portable to any 32 bit C environment with
minimal work though you'd have to rip out the stdio stuff and replace it
with something windows-ish. -John]


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.