Specifiy the forms of comments and the forms of all basic symbols corresponding to non-literal terminal symbols of the grammar.
Typical Error Situations
idnetifier: $[a-zA-Z][A-Za-z_0-9]* [mkidn]
C_FLOAT $((([0-9]+\.[0-9]*|\.[0-9]+)((e|E)(\+|-)?[0-9]+)?)| ([0-9]+(e|E)(\+|-)?[0-9]+))[fFlL]? [mkstr]
Back to Typical Eli Errors