Re: user programming mistakes

2015-08-03 Thread Parrot Raiser
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

user programming mistakes

2015-08-03 Thread mt1957
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'*