help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Expansion on earlier question


From: Hart, Justin
Subject: RE: Expansion on earlier question
Date: Wed, 18 Sep 2002 20:57:19 +0200

Thanks.  Will do, and I'll check out the link too.

-----Original Message-----
From: Hans Aberg [mailto:address@hidden
Sent: Wednesday, September 18, 2002 2:42 PM
To: Hart, Justin
Cc: 'address@hidden'
Subject: Re: Expansion on earlier question


At 14:10 -0400 2002/09/18, Hart, Justin wrote:
>It has come to my attention that perhaps I misphrased my earlier question.
>I am familiar with the parsing algorithm used in bison/yacc, what I am
>asking specifically about is what the tables that yacc outputs in y.tab.c
>are.  For instance, what are yypact, yyact, yypgoto.  Is there anywhere
that
>documentation exists on these generated tables?  While I have begun coding
>based on educated guesses about them, but I really need to know for sure
>that I am implementing this correctly.

This has been discussed several times, and there seems to be no such
documentation from the past. Instead read the code (and the .output file)
and compare with the LALR(1) algorithm.

Recently, "Carlos Javier Borges Villalba" <address@hidden> posted a
ref to a doc he made in Spanish: http://club.telepolis.com/bisondr

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]