[antlr-interest] I need help!

Pascal Lacroix placr at hotmail.com
Tue Jan 4 08:02:37 PST 2005


Hello,

I've written a grammar for the Common Intermediate Language but there are 
some nondeterminisms.

I'm a newbie and I need help to remove these warnings (if it's possible).

There are the errors:
ANTLR Parser Generator   Version 2.7.4   1989-2004 jGuru.com
cil.g:1436: warning:nondeterminism upon
cil.g:1436:     k==1:LBRACK
cil.g:1436:     k==2:INTEGER_LITERAL,TRIPLE_DOT
cil.g:1436:     between alt 6 and exit branch of block
cil.g:1566: warning:nondeterminism upon
cil.g:1566:     k==1:LBRACK
cil.g:1566:     k==2:RBRACK
cil.g:1566:     between alt 1 and exit branch of block
cil.g:519:25: warning:lexical nondeterminism between alts 1 and 2 of block 
upon
cil.g:519:25:     k==1:'E','e'
cil.g:519:25:     k==2:<end-of-token>

Could someone help me?

Pascal.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cil.zip
Type: application/x-zip-compressed
Size: 11259 bytes
Desc: not available
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20050104/dac704ee/cil.bin


More information about the antlr-interest mailing list