@@ -1882,7 +1882,7 @@ LuaParser::ExpContext* LuaParser::exp(int precedence) {
18821882 setState (259 );
18831883 unaryOperator ();
18841884 setState (260 );
1885- exp (1 );
1885+ exp (2 );
18861886 break ;
18871887 }
18881888
@@ -1902,11 +1902,11 @@ LuaParser::ExpContext* LuaParser::exp(int precedence) {
19021902 pushNewRecursionContext (_localctx, startState, RuleExp);
19031903 setState (264 );
19041904
1905- if (!(precpred (_ctx, 2 ))) throw FailedPredicateException (this , " precpred(_ctx, 2 )" );
1905+ if (!(precpred (_ctx, 1 ))) throw FailedPredicateException (this , " precpred(_ctx, 1 )" );
19061906 setState (265 );
19071907 linkOperator ();
19081908 setState (266 );
1909- exp (3 );
1909+ exp (2 );
19101910 }
19111911 setState (272 );
19121912 _errHandler->sync (this );
@@ -3238,7 +3238,7 @@ bool LuaParser::sempred(RuleContext *context, size_t ruleIndex, size_t predicate
32383238
32393239bool LuaParser::expSempred (ExpContext *_localctx, size_t predicateIndex) {
32403240 switch (predicateIndex) {
3241- case 0 : return precpred (_ctx, 2 );
3241+ case 0 : return precpred (_ctx, 1 );
32423242
32433243 default :
32443244 break ;
@@ -3490,14 +3490,14 @@ LuaParser::Initializer::Initializer() {
34903490 0x2 , 0x100 , 0x109 , 0x5 , 0x4e , 0x28 , 0x2 , 0x101 , 0x109 , 0x7 , 0x33 , 0x2 ,
34913491 0x2 , 0x102 , 0x109 , 0x5 , 0x2e , 0x18 , 0x2 , 0x103 , 0x109 , 0x5 , 0x3a , 0x1e ,
34923492 0x2 , 0x104 , 0x109 , 0x5 , 0x40 , 0x21 , 0x2 , 0x105 , 0x106 , 0x5 , 0x4a , 0x26 ,
3493- 0x2 , 0x106 , 0x107 , 0x5 , 0x2c , 0x17 , 0x3 , 0x107 , 0x109 , 0x3 , 0x2 , 0x2 ,
3493+ 0x2 , 0x106 , 0x107 , 0x5 , 0x2c , 0x17 , 0x4 , 0x107 , 0x109 , 0x3 , 0x2 , 0x2 ,
34943494 0x2 , 0x108 , 0xfb , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 , 0xfd , 0x3 , 0x2 , 0x2 , 0x2 ,
34953495 0x108 , 0xfe , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 , 0xff , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 ,
34963496 0x100 , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 , 0x101 , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 ,
34973497 0x102 , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 , 0x103 , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 ,
34983498 0x104 , 0x3 , 0x2 , 0x2 , 0x2 , 0x108 , 0x105 , 0x3 , 0x2 , 0x2 , 0x2 , 0x109 ,
3499- 0x110 , 0x3 , 0x2 , 0x2 , 0x2 , 0x10a , 0x10b , 0xc , 0x4 , 0x2 , 0x2 , 0x10b ,
3500- 0x10c , 0x5 , 0x48 , 0x25 , 0x2 , 0x10c , 0x10d , 0x5 , 0x2c , 0x17 , 0x5 , 0x10d ,
3499+ 0x110 , 0x3 , 0x2 , 0x2 , 0x2 , 0x10a , 0x10b , 0xc , 0x3 , 0x2 , 0x2 , 0x10b ,
3500+ 0x10c , 0x5 , 0x48 , 0x25 , 0x2 , 0x10c , 0x10d , 0x5 , 0x2c , 0x17 , 0x4 , 0x10d ,
35013501 0x10f , 0x3 , 0x2 , 0x2 , 0x2 , 0x10e , 0x10a , 0x3 , 0x2 , 0x2 , 0x2 , 0x10f ,
35023502 0x112 , 0x3 , 0x2 , 0x2 , 0x2 , 0x110 , 0x10e , 0x3 , 0x2 , 0x2 , 0x2 , 0x110 ,
35033503 0x111 , 0x3 , 0x2 , 0x2 , 0x2 , 0x111 , 0x2d , 0x3 , 0x2 , 0x2 , 0x2 , 0x112 , 0x110 ,
0 commit comments