Mattias Andersson wrote:
> However, after reading the answer, I understand that the kind of > compiler generator I've implemented will actually produce a GLR > parser; which is capable of resolving this problem.
Actually it does not produce a GLR parser and I think a GLR parser has some disadvantages in terms of performance. However, it should be possible to resolve conflicts in a way similar to what a GLR parser does.
Mattias