Re: bison-3.2 released [stable]

2018-11-04 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > If there’s demand, sure! What I’d like to avoid is importing > features that

Re: bison-3.2 released [stable]

2018-11-03 Thread Akim Demaille
Hi Richard! > Le 31 oct. 2018 à 03:32, Richard Stallman a écrit : > >> In the past there were skeletons for Python and D circulating, but how >> they would be maintained was not clear, and they were never integrated. > > Would we like to find people to finish those up and contribute them? If

Re: bison-3.2 released [stable]

2018-10-30 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > However, there are build portability issues, 3.2.1 will have to be > soon. Or

Re: bison-3.2 released [stable]

2018-10-30 Thread Akim Demaille
Hi Richard! > Le 30 oct. 2018 à 03:48, Richard Stallman a écrit : > > Congratulations on the new release. Thanks a lot! However, there are build portability issues, 3.2.1 will have to be soon. Or maybe 3.2.1.0, that’s too tempting. > What other languages does Bison support, currently? Its

Re: bison-3.2 released [stable]

2018-10-30 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Congratulations on the new release. What other languages does Bison support,

Re: bison-3.2 released [stable]

2018-10-30 Thread Akim Demaille
> Le 29 oct. 2018 à 22:52, Hans Åberg a écrit : > > >> On 29 Oct 2018, at 21:33, Akim Demaille wrote: >> >> We are very happy to announce the release of Bison 3.2! > > Actually two warnings on make with MacOS inhouse clang, the obstack one same > as with 3.1 :-), and one with the bitset.

Re: bison-3.2 released [stable]

2018-10-29 Thread Hans Åberg
> On 29 Oct 2018, at 21:33, Akim Demaille wrote: > > We are very happy to announce the release of Bison 3.2! Actually two warnings on make with MacOS inhouse clang, the obstack one same as with 3.1 :-), and one with the bitset. All tests passed though. -- MacOS 10.13.6. $ gcc --version

Re: bison-3.2 released [stable]

2018-10-29 Thread Hans Åberg
> On 29 Oct 2018, at 21:33, Akim Demaille wrote: > > We are very happy to announce the release of Bison 3.2! I got a warning on make with MacOS inhouse clang. -- MacOS 10.13.6. $ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr

bison-3.2 released [stable]

2018-10-29 Thread Akim Demaille
We are very happy to announce the release of Bison 3.2! Massive improvements were brought to the deterministic C++ skeleton, lalr1.cc. When variants are enabled and the compiler supports C++11 or better, move-only types can now be used for semantic values. C++98 support is not deprecated.