help-bison
[Top][All Lists]
Advanced

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

Re: QUESTION: is bison recursive?


From: Hans Aberg
Subject: Re: QUESTION: is bison recursive?
Date: Sun, 27 Jul 2014 20:29:45 +0200

On 27 Jul 2014, at 02:35, sean nakasone <address@hidden> wrote:

> Anyone know if bison is recursive?  Meaning, does the bison build call bison?

Yes, the file src/parse-gram.y is used to make the Bison parser.

> The reason I'm asking is because I'm going through the bison 3.0 makefile and 
> I don't see where bison is actually being called.

A grep on the sources shows
  Makefile.in:  src/parse-gram.y
but I’m not sure how exactly its called. Perhaps Akim, which I think 
implemented it, can tell.





reply via email to

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