
Hi,
I'm writting a C99 grammar according to a EBNF which I got it from the network.
After I completed it and load it, there are a lot of ambiguous and infinite left recursion errors.
I have modified some, but I have no idea to others.
Can you give the general train of thought to resolve these problems? Like define more non-terminals or...
Thanks a lot!