Re: Debug mode without using "-d"

2019-12-08 Thread Simon Richter
Hi Ervin, On 08.12.19 19:46, Ervin Hegedüs wrote: > I'ld like to control this feature through my code. I realized > that this option set a variable in generated source file: > 1577 extern int yy_flex_debug; > 1578 int yy_flex_debug = 1; > if (argc > 1) { > if (strcmp(argv[1],

Debug mode without using "-d"

2019-12-08 Thread Ervin Hegedüs
Hi there, I'm a Bison beginner, just started to play with a demo. I see there is a "-d" command line option, which shows some debug information. I'ld like to control this feature through my code. I realized that this option set a variable in generated source file: 1577 extern int yy_flex_deb

Bison 3.4.92 released [beta]

2019-12-08 Thread Akim Demaille
This should be the last beta before Bison 3.5. Compared to 3.4.91, the YYPRINT macro was deprecated, the D skeleton announced, some warnings have been avoided, and a very obscure bug in error message generation fixed. Please, test this beta! Cheers! =