help-bison
[Top][All Lists]
Advanced

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

Re: grammar for propositional logic


From: John P. Hartmann
Subject: Re: grammar for propositional logic
Date: Wed, 1 Sep 2010 08:53:52 +0200

Essentially, your input does not conform to your grammar (but you
probably know that).

%error-verbose will give you more information about where the grammar
and your input disagree.

Set yydebug=1 to get a trace of the parse.  With that, inspect
y.output for the failing state.

   j.



reply via email to

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