Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/dist/ipf/tools
Christos Zoulas <christos%netbsd.org@localhost> writes:
> Log Message:
> Play more games with yyvarnext to make numeric protocols work again.
> Parsing an ambiguous language with an LR(1) parser is not the best
> road to sanity.
In fact, in general, one should clean up such a grammar rather than
attempting to use it with YACC. The methods for doing so are
straightforward, so there is little reason not to use them...
Perry
Home |
Main Index |
Thread Index |
Old Index