help-bison
[Top][All Lists]
Advanced

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

Re: Expansion on earlier question


From: Hans Aberg
Subject: Re: Expansion on earlier question
Date: Wed, 18 Sep 2002 20:41:52 +0200

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]