Related articles |
---|
Best Lexer+Parser+ Compiler(C,C++,Java,Pascal) for W95? meyersx@enteract.com (1997-09-12) |
Re: Best Lexer+Parser+ Compiler(C,C++,Java,Pascal) for W95? sreeni@csc.albany.edu (1997-09-15) |
Re: Best Lexer+Parser+ Compiler(C,C++,Java,Pascal) for W95? thetick@magelang.com (Scott Stanchfield) (1997-09-15) |
Re: Best Lexer+Parser+ Compiler(C,C++,Java,Pascal) for W95? shankar@powertelglobal.com (Shankar Unni) (1997-09-23) |
Re: Best Lexer+Parser+ Compiler(C,C++,Java,Pascal) for W95? WStreett@shell.monmouth.com (1997-09-24) |
From: | Shankar Unni <shankar@powertelglobal.com> |
Newsgroups: | comp.compilers |
Date: | 23 Sep 1997 23:29:07 -0400 |
Organization: | Powertel Global, Inc. |
References: | 97-09-043 97-09-050 |
Keywords: | Windows, tools |
Dennis Meyers <meyersx@enteract.com> wrote:
>lex+yacc+c compiler?
>flex+bison+ c compiler?
Both these combinations work well, at least if you're working with
traditional compiler texts and commonly available advice and expertise.
Both flex and bison build more or less out of the box on Windows with
the Visual C++ compiler, or with the Cygnus gcc (see
http://www.cygnus.com).
The Cygnus distribution, in fact, comes with byacc instead of bison (for
some strange reason, probably someone's bias there), so that's also an
option.
There are variants of byacc and bison out there that can produce
reentrant C++ parser classes (which you need for several kinds of
parsing problems).
--
Shankar Unni Powertel Global, Inc.
(650) 259-1700 shankar@powertelglobal.com
(650) 259-1702 (fax) shankar@webnexus.com
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.