Re: User-defined classes in C++ Bison grammar

2018-12-03 Thread Akim Demaille
Hi Wouter! > Le 3 déc. 2018 à 22:38, Wouter Beek a écrit : > > Dear Bison devs, > > I really like the recent developments in Bison 3.1 and 3.2 that improve the > support for modern C++ programming techniques. Thanks for saying this! > As a result, I'm writing my > first C++ Bison parser, but

User-defined classes in C++ Bison grammar

2018-12-03 Thread Wouter Beek
Dear Bison devs, I really like the recent developments in Bison 3.1 and 3.2 that improve the support for modern C++ programming techniques. As a result, I'm writing my first C++ Bison parser, but run into some issues that may or may not be limitations of the current state of C++ support: 1. Wh

Re: Migrtaion, bison has no option -P like yacc

2018-12-03 Thread Akim Demaille
> Le 3 déc. 2018 à 13:38, ramnarayan.gu...@cognizant.com a écrit : > > Hello, > Appreciate your help for this in advance. Yacc used to have an option > called -P to pass custom parser (Allows you to specify the parser of your > choice instead of /usr/share/lib/ccs/yaccpar. For example, y

Migrtaion, bison has no option -P like yacc

2018-12-03 Thread Ramnarayan.Gupta
Hello, Appreciate your help for this in advance. Yacc used to have an option called -P to pass custom parser (Allows you to specify the parser of your choice instead of /usr/share/lib/ccs/yaccpar. For example, you can specify). Our code currently using that feature whicn needs to be migra