Re: Google summer of code

2006-05-09 Thread Akim Demaille
Le 9 mai 06 à 21:45, Satya Kiran a écrit : Sure. I will do that. When I was looking for documentation, I missed out one important place - and that place is the comments of the code; Thanks for pointing out. Any tips/starting points for me in reading bison code? Well, that would depend upon wh

Re: Google summer of code

2006-05-09 Thread Satya Kiran
Sure. I will do that. When I was looking for documentation, I missed out one important place - and that place is the comments of the code; Thanks for pointing out. Any tips/starting points for me in reading bison code? Satya. On 5/9/06, Akim Demaille <[EMAIL PROTECTED]> wrote: Le 9 mai 06 à 21

Re: Google summer of code

2006-05-09 Thread Akim Demaille
Le 9 mai 06 à 21:02, Satya Kiran a écrit : hey thanks a lot Mr.Akim and Mr.Derek for your feedback; I checked out bison sources from cvs; there is absolutely no documentation that I could find on bison's internal data structures. So I thought I would put that down on a blog for now as I study

Re: Google summer of code

2006-05-09 Thread Satya Kiran
hey thanks a lot Mr.Akim and Mr.Derek for your feedback; I checked out bison sources from cvs; there is absolutely no documentation that I could find on bison's internal data structures. So I thought I would put that down on a blog for now as I study the code. I will let you know when I create th

Re: Google summer of code

2006-05-09 Thread Akim Demaille
Le 9 mai 06 à 17:36, Derek M Jones a écrit : Akim, The main requirement is to resync so that cascading syntax errors are avoided. One compiler I worked on did multiple parses, using different combinations of error recovery, looking for the one that parsed the largest amount of input (up to s

Re: Google summer of code

2006-05-09 Thread Derek M Jones
Akim, The main requirement is to resync so that cascading syntax errors are avoided. One compiler I worked on did multiple parses, using different combinations of error recovery, looking for the one that parsed the largest amount of input (up to some limit) without generating any other syntax e

Re: Google summer of code

2006-05-09 Thread Akim Demaille
Le 9 mai 06 à 03:01, Derek M Jones a écrit : Hi Derek! The main requirement is to resync so that cascading syntax errors are avoided. One compiler I worked on did multiple parses, using different combinations of error recovery, looking for the one that parsed the largest amount of input (up t

Re: Google summer of code

2006-05-09 Thread Akim Demaille
Le 9 mai 06 à 00:31, Satya Kiran a écrit : hi, I am a grad student studying at the University of Illinois at Chicago. I wanted to contribute to Bison through the Google Summer of Code program and I prepared this proposal. But somehow in the last minute my university tells me I am not eligible