On Tue, 13 Jun 2006, David Russinoff wrote: > state 2 > > a -> p . (rule 3) > > $ go to state 4 > > $ [reduce using rule 3 (a)] > $default reduce using rule 3 (a)
I just noticed this output is that of an old version of Bison. I don't see the last line you quote above. Try upgrading to Bison 2.3, and this might start to make more sense to you. Joel _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
