Re: Re: Understanding C parsers generated by GNU Bison

2006-09-14 Thread Satya
I think it would be good to include something like that in the Bison distribution, because from time to time, there have requests for in the Bison lists. Then, the best answer so far has been the RTFC by Akim Demaille. :-) yes, I have seen those replies on the archives :) so, hopefully now the r

Re: Understanding C parsers generated by GNU Bison

2006-09-14 Thread Hans Aberg
On 14 Sep 2006, at 16:22, Satya wrote: I had been studying Bison for a while now, and I came up with this small writeup on the internals of a parser generated by Bison 2.3. I described the tables and operation of a bare yyparse() (sans the more gory details like stack relocation and error