-
I have a grammar as follows
And I have a custom error message for every rule as follows:
If my query is for example my question: is there any way to track the problem back to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You could unroll
Now it will use the error message specialization for |
Beta Was this translation helpful? Give feedback.
-
I'm assuming that your question was answered, if not please feel free to continue here and/or reopen this issue. |
Beta Was this translation helpful? Give feedback.
You could unroll
minus
back torematch
and use the inner rule to raise an error directly:Now it will use the error message specialization for
invalidKeyword
when an identifier matches a keyword.