Re: bison for nlp

2018-11-21 Thread r0ller
Hi Akim, Thanks again! After your answer I felt pretty dumb as I had to realize that the problems I mentioned came most probably due to my carelessness. For example, I did not define api.token.constructor only api.value.type variant when I followed the Simple C++ Example and on top of that I di

Bison 3.2.2 released [stable]

2018-11-21 Thread Akim Demaille
Bison 3.2.2 is a bug fix release of Bison 3.2. Bison 3.2 brought massive improvements 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. Please se