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 ov

Porting bison to z/OS (ASCII based)

2022-05-27 Thread Mike Fulton
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 overflow when running bison. I imagine this is either because of some recursion