Bug#820086: More info
olivier sallou
olivier.sallou at gmail.com
Tue Apr 5 11:35:56 UTC 2016
After digging, issue seems related to optional tokens.
In my grammar I have:
op=(',' | ';' | '|')? { .... }
If I force op to be mandatory, and adap a little the rest of my grammar to
match, it works fine.
With op being optional it seems this version of antlr tries to bypass the
token. It behaves differently from previous releases.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20160405/a27295d4/attachment-0001.html>
More information about the pkg-java-maintainers
mailing list