I think actually belongs under the "LTA error message" category.
On 8/3/15, mt1957 wrote:
> Hi,
>
> I there a way to prevent some type of mistake I now have made several
> times merely because the error messages are not helping me to point to
> the problem.
>
> Example;
>
>grammar Turtle::Gra
Hi,
I there a way to prevent some type of mistake I now have made several
times merely because the error messages are not helping me to point to
the problem.
Example;
grammar Turtle::Grammar {
rule TOP { * }
...
rule directive { | }
...
rule base {
'@base'*