Re: creating non-GPL'ed C++ parser code -- flex++ and yacc?

corbett@lupa.Eng.Sun.COM (Robert Corbett)
12 May 1998 22:22:38 -0400

          From comp.compilers

Related articles
creating non-GPL'ed C++ parser code -- flex++ and yacc? converse@cs.uchicago.edu (Tim Converse) (1998-05-04)
Re: creating non-GPL'ed C++ parser code -- flex++ and yacc? burley@cygnus.com (Craig Burley) (1998-05-07)
Re: creating non-GPL'ed C++ parser code -- flex++ and yacc? jason@cygnus.com (Jason Merrill) (1998-05-07)
Re: creating non-GPL'ed C++ parser code -- flex++ and yacc? corbett@lupa.Eng.Sun.COM (1998-05-12)
Re: creating non-GPL'ed C++ parser code -- flex++ and yacc? tkb@access.mountain.net (1998-05-15)
| List of all articles for this month |

From: corbett@lupa.Eng.Sun.COM (Robert Corbett)
Newsgroups: comp.compilers
Date: 12 May 1998 22:22:38 -0400
Organization: Sun Microsystems Computer Corporation
References: 98-05-022
Keywords: lex, yacc, C++

Tim Converse <converse@cs.uchicago.edu> wrote:
>Does anyone know if yacc can generate C++ code? If not, does anyone
>have any suggestions about how to produce non-GPL'ed parser code in
>C++? (Any suggestions, that is, other than the obvious one: writing
>it myself. :)


Berkeley Yacc is public-domain. You could modify the parser skeleton
to have it produce C++ instead of C.


Berkeley Yacc is available from ftp.cs.berkeley.edu. It is un the
directory ucb/4bsd.


Sincerely,
Bob Corbett
--


Post a followup to this message

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