Indeed, there is an example in the Bison manual, sec. 1.5.2, on how to use GLR
resolve C++ style ambiguities. C++ is not LALR, so if using that, one has to
write a grammar for a larger language and cut it down in the actions.
> On 25 Jul 2021, at 09:45, Alex Shkotin wrote:
>
> or try %glr-par
Hi Kuohong,
> Le 17 juil. 2021 à 07:33, Kuo-Hong Wang a écrit :
>
> Dear all,
> Bison is a useful tool!
Thanks!
> I have one question about the license of generated files by Bison.
>
> It shows GPL exception with bison as following. Is the exception only
> valid on Bison 2.2? or still valid