Re: yprhs, yyrhs & Bison 3

2014-02-07 Thread Christian Schoenebeck
On Friday 07 February 2014 16:43:00 Christian Schoenebeck wrote: > I noticed that tables yyprhs[] and yyrhs[] are not generated by default > anymore since Bison 3. I tried adding "%debug" and also tried "%define > parse.trace", but that did not bring them back. How can those 2 tables be > generated

yprhs, yyrhs & Bison 3

2014-02-07 Thread Christian Schoenebeck
Hi! I noticed that tables yyprhs[] and yyrhs[] are not generated by default anymore since Bison 3. I tried adding "%debug" and also tried "%define parse.trace", but that did not bring them back. How can those 2 tables be generated by Bison 3 now? Best regards, Christian Schoenebeck __