[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison and C++
From: |
Richard Stallman |
Subject: |
Re: Bison and C++ |
Date: |
Sun, 15 Oct 2000 13:33:54 -0600 (MDT) |
It is fact possible to have the top-node in C even though the rest is
written in C++:
That feature is useful for people who want to write in C++, but we are
not going to do that in Bison. GNU Project policy is that programs
should be written in C rather than C++ whenever possible. Bison is
going to remain a C program, overall.
The only place in Bison in which it is ok to use C++ would be an
optional parser skeleton in C++, provided for the convenience of C++
users.
- Re: Bison's semantic parsers, (continued)
- Re: Bison's semantic parsers, Richard Stallman, 2000/10/11
- Re: Bison's semantic parsers, Hans Aberg, 2000/10/11
- Re: Bison's semantic parsers, Hans Aberg, 2000/10/12
- Bison and C++, Hans Aberg, 2000/10/14
- Re: Bison and C++,
Richard Stallman <=
- Re: Bison and C++, Hans Aberg, 2000/10/15
- Re: Bison and C++, Richard Stallman, 2000/10/16
- Re: Bison and C++, Hans Aberg, 2000/10/16
Re: Bison's semantic parsers, Richard Stallman, 2000/10/11
Re: Bison's semantic parsers, Vern Paxson, 2000/10/10
Re: Bison's semantic parsers, Vern Paxson, 2000/10/10