Re: Porting bison to z/OS (ASCII based)

2022-09-04 Thread Akim Demaille
Hi Mike, > Le 27 mai 2022 à 06:43, Mike Fulton a écrit : > > Hi, > > I am starting to port bison to z/OS and am curious about the best way to go > about debugging. When I go to run ‘bison’ on the sample rpcalc program, e.g. > > Echo “4 9 +” | make run > > it is getting killed due to stack

Re: Language Versions

2022-09-04 Thread Akim Demaille
Hi, > Le 11 juin 2022 à 00:52, slipbits a écrit : > > Could you specify the language version of the generated parser code? This > will help in specifying the correct compiler to use for the generated parser > source code and headers. You mean that we should specify that C++ means C++98, C