Well spotted. I totally muss that.
However, that was not the only mistakes I did.
Another problem is to use #  commentaries in grammars. Which causes also
the exception.

Thanks for the help!

On 4 August 2017 at 08:22, yary <not....@gmail.com> wrote:

> Is this line intentional?
>
>     token trid { <trid> }
>
>
> it looks like you've defined trid as itself.
>
> And here-
>
> TestCases.parse($line);
> TestSuiteParameters($line);
>
>
> You're calling the parse method for TestCases, but not for
> TestSuiteParameters- for that you're calling a constructor (I think)
>

Reply via email to