brakeman 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +4 -0
  3. data/bundle/load.rb +3 -2
  4. data/bundle/ruby/2.7.0/gems/parallel-1.20.1/MIT-LICENSE.txt +20 -0
  5. data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel.rb +523 -0
  6. data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel/processor_count.rb +42 -0
  7. data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel/version.rb +3 -0
  8. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/History.rdoc +19 -0
  9. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/Manifest.txt +2 -0
  10. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/README.rdoc +0 -0
  11. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/compare/normalize.rb +2 -2
  12. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/debugging.md +0 -0
  13. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/rp_extensions.rb +0 -0
  14. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/rp_stringscanner.rb +0 -0
  15. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby20_parser.rb +273 -278
  16. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby20_parser.y +0 -3
  17. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby21_parser.rb +286 -291
  18. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby21_parser.y +0 -3
  19. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby22_parser.rb +292 -297
  20. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby22_parser.y +0 -3
  21. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby23_parser.rb +290 -295
  22. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby23_parser.y +0 -3
  23. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby24_parser.rb +291 -296
  24. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby24_parser.y +0 -3
  25. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby25_parser.rb +292 -297
  26. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby25_parser.y +0 -3
  27. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby26_parser.rb +296 -301
  28. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby26_parser.y +0 -3
  29. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby27_parser.rb +2480 -2528
  30. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby27_parser.y +0 -26
  31. data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby30_parser.rb +7310 -0
  32. data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby30_parser.y +2677 -0
  33. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_lexer.rb +0 -0
  34. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_lexer.rex +0 -0
  35. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_lexer.rex.rb +0 -0
  36. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_parser.rb +2 -0
  37. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_parser.yy +2 -30
  38. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/lib/ruby_parser_extras.rb +2 -2
  39. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/tools/munge.rb +0 -0
  40. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.15.1 → ruby_parser-3.16.0}/tools/ripper.rb +1 -1
  41. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/History.rdoc +6 -0
  42. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/Manifest.txt +0 -0
  43. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/README.rdoc +0 -0
  44. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/composite_sexp_processor.rb +0 -0
  45. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/pt_testcase.rb +2 -2
  46. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/sexp.rb +0 -0
  47. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/sexp_matcher.rb +0 -0
  48. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/sexp_processor.rb +1 -1
  49. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/strict_sexp.rb +0 -0
  50. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.15.2 → sexp_processor-4.15.3}/lib/unique.rb +0 -0
  51. data/lib/brakeman.rb +4 -0
  52. data/lib/brakeman/checks/check_detailed_exceptions.rb +1 -1
  53. data/lib/brakeman/checks/check_evaluation.rb +1 -1
  54. data/lib/brakeman/checks/check_sanitize_methods.rb +2 -1
  55. data/lib/brakeman/checks/check_sql.rb +15 -2
  56. data/lib/brakeman/checks/check_verb_confusion.rb +1 -1
  57. data/lib/brakeman/file_parser.rb +36 -14
  58. data/lib/brakeman/options.rb +1 -1
  59. data/lib/brakeman/processors/alias_processor.rb +52 -7
  60. data/lib/brakeman/processors/controller_alias_processor.rb +6 -43
  61. data/lib/brakeman/processors/lib/call_conversion_helper.rb +10 -0
  62. data/lib/brakeman/processors/library_processor.rb +9 -0
  63. data/lib/brakeman/report.rb +4 -1
  64. data/lib/brakeman/report/ignore/interactive.rb +1 -1
  65. data/lib/brakeman/report/report_github.rb +31 -0
  66. data/lib/brakeman/scanner.rb +3 -0
  67. data/lib/brakeman/tracker.rb +33 -4
  68. data/lib/brakeman/tracker/collection.rb +27 -5
  69. data/lib/brakeman/tracker/method_info.rb +29 -0
  70. data/lib/brakeman/util.rb +8 -0
  71. data/lib/brakeman/version.rb +1 -1
  72. metadata +51 -43
@@ -2349,8 +2349,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2349
2349
  result = args val
2350
2350
  }
2351
2351
 
2352
- args_forward: tBDOT3
2353
-
2354
2352
  f_bad_arg: tCONSTANT
2355
2353
  {
2356
2354
  yyerror "formal argument cannot be a constant"
@@ -2477,7 +2475,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2477
2475
  | kwrest_mark
2478
2476
  {
2479
2477
  result = :"**"
2480
- self.env[result] = :lvar
2481
2478
  }
2482
2479
 
2483
2480
  f_opt: f_norm_arg tEQL arg_value
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # DO NOT MODIFY!!!!
3
- # This file is automatically generated by Racc 1.4.16
3
+ # This file is automatically generated by Racc 1.5.1
4
4
  # from Racc grammar file "".
5
5
  #
6
6
 
@@ -32,39 +32,39 @@ clist = [
32
32
  '127,-526,-103,227,-529,-529,-529,-526,-111,-529,-529,-529,128,-529,128',
33
33
  '964,857,127,-101,127,-103,-529,128,-529,-529,-529,-110,127,-100,-113',
34
34
  '-112,-110,284,-529,-529,-112,-529,-529,-529,-529,-529,-109,235,272,273',
35
- '275,-109,337,-625,231,286,631,106,107,631,-526,280,650,128,338,106,107',
35
+ '275,-109,337,-624,231,286,631,106,107,631,-526,280,650,128,338,106,107',
36
36
  '-526,127,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529',
37
- '-529,-529,271,270,-529,-529,-529,847,-529,-529,-625,-102,-529,848,477',
38
- '-529,-529,-622,-529,-626,-529,-435,-529,232,-529,-529,-529,-529,-529',
37
+ '-529,-529,271,270,-529,-529,-529,847,-529,-529,-624,-102,-529,848,477',
38
+ '-529,-529,-621,-529,-625,-529,-435,-529,232,-529,-529,-529,-529,-529',
39
39
  '-529,-529,586,-529,235,-529,372,633,632,629,633,632,629,589,286,649',
40
40
  '631,-111,-529,-529,-529,-529,-111,-529,-303,-529,108,109,701,-104,-529',
41
41
  '-303,-303,-303,108,109,-529,-303,-303,423,-303,-526,-115,-529,425,424',
42
- '597,596,-526,-212,-529,-115,-623,-622,396,727,399,-526,726,820,-303',
43
- '-303,821,-303,-303,-303,-303,-303,581,-536,578,577,576,401,579,-622',
44
- '-536,633,632,667,590,581,631,578,577,576,791,579,-444,-629,668,-303',
42
+ '597,596,-526,-212,-529,-115,-622,-621,396,727,399,-526,726,820,-303',
43
+ '-303,821,-303,-303,-303,-303,-303,581,-536,578,577,576,401,579,-621',
44
+ '-536,633,632,667,590,581,631,578,577,576,791,579,-444,-628,668,-303',
45
45
  '-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-529',
46
- '-114,-303,-303,-303,917,673,-529,-629,404,-303,-110,-623,-303,-112,807',
46
+ '-114,-303,-303,-303,917,673,-529,-628,404,-303,-110,-622,-303,-112,807',
47
47
  '-529,631,-303,421,-303,631,-303,-303,-303,-303,-303,-303,-303,426,-303',
48
- '-110,-303,476,-623,631,-444,-629,633,632,631,877,-112,-444,-629,-303',
49
- '-303,910,-104,-625,-303,-629,-444,-629,1012,586,478,-303,-629,-629,-629',
50
- '-629,-109,-113,-629,-629,589,-629,-629,479,-444,-629,-109,-625,-535',
51
- '232,-629,-629,633,632,634,-535,633,632,639,234,631,-629,-629,636,-629',
52
- '-629,-629,-629,-629,-629,633,632,651,597,596,633,632,794,-540,-537,-534',
53
- '-531,-532,-541,508,-212,-537,-534,-531,-532,289,-106,-629,-629,-629',
54
- '-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-115,590,-629',
55
- '-629,-629,667,674,518,727,521,-629,729,668,-629,-98,633,632,523,-629',
56
- '-99,-629,-105,-629,-629,-629,-629,-629,-629,-629,-107,-629,-629,-629',
57
- '807,-108,581,-114,578,577,576,586,579,-347,225,226,-629,-629,-101,-102',
58
- '-347,-629,589,-629,727,-103,-78,729,-629,-347,-629,-629,-629,-110,-111',
59
- '-629,-629,-629,128,-629,-112,225,226,127,584,567,-100,255,-629,-629',
60
- '-629,-629,128,594,593,597,596,127,235,-629,-629,-109,-629,-629,-629',
61
- '-629,-629,581,-533,578,577,576,533,579,581,-533,578,577,576,252,579',
62
- '626,128,254,253,250,251,127,627,590,-629,-629,-629,-629,-629,-629,-629',
63
- '-629,-629,-629,-629,-629,-629,-629,534,747,-629,-629,-629,231,822,-629',
64
- '747,541,-629,292,474,-629,-629,235,-629,750,-629,289,-629,475,-629,-629',
65
- '-629,-629,-629,-629,-629,128,-629,-629,-629,727,127,581,729,578,577',
66
- '576,586,579,-538,597,596,-629,-629,-629,-629,-538,-629,589,-629,-303',
67
- '128,880,884,-629,-538,127,-303,-303,-303,-111,544,-303,-303,-303,581',
48
+ '-110,-303,476,-622,631,-444,-628,633,632,631,877,-112,-444,-628,-303',
49
+ '-303,910,-104,-624,-303,-628,-444,-628,1012,586,478,-303,-628,-628,-628',
50
+ '-628,-109,-113,-628,-628,589,-628,-628,479,-444,-628,-109,-624,-535',
51
+ '232,-628,-628,633,632,634,-535,633,632,639,234,631,-628,-628,636,-628',
52
+ '-628,-628,-628,-628,-628,633,632,651,597,596,633,632,794,-540,-537,-534',
53
+ '-531,-532,-541,508,-212,-537,-534,-531,-532,289,-106,-628,-628,-628',
54
+ '-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-115,590,-628',
55
+ '-628,-628,667,674,518,727,521,-628,729,668,-628,-98,633,632,523,-628',
56
+ '-99,-628,-105,-628,-628,-628,-628,-628,-628,-628,-107,-628,-628,-628',
57
+ '807,-108,581,-114,578,577,576,586,579,-347,225,226,-628,-628,-101,-102',
58
+ '-347,-628,589,-628,727,-103,-78,729,-628,-347,-628,-628,-628,-110,-111',
59
+ '-628,-628,-628,128,-628,-112,225,226,127,584,567,-100,255,-628,-628',
60
+ '-628,-628,128,594,593,597,596,127,235,-628,-628,-109,-628,-628,-628',
61
+ '-628,-628,581,-533,578,577,576,533,579,581,-533,578,577,576,252,579',
62
+ '626,128,254,253,250,251,127,627,590,-628,-628,-628,-628,-628,-628,-628',
63
+ '-628,-628,-628,-628,-628,-628,-628,534,747,-628,-628,-628,231,822,-628',
64
+ '747,541,-628,292,474,-628,-628,235,-628,750,-628,289,-628,475,-628,-628',
65
+ '-628,-628,-628,-628,-628,128,-628,-628,-628,727,127,581,729,578,577',
66
+ '576,586,579,-538,597,596,-628,-628,-628,-628,-538,-628,589,-628,-303',
67
+ '128,880,884,-628,-538,127,-303,-303,-303,-111,544,-303,-303,-303,581',
68
68
  '-303,578,577,576,584,579,235,225,226,1043,-303,-303,-303,594,593,597',
69
69
  '596,880,884,548,-303,-303,-539,-303,-303,-303,-303,-303,581,-539,578',
70
70
  '577,576,255,579,235,608,747,-539,581,414,578,577,576,613,579,750,614',
@@ -80,29 +80,29 @@ clist = [
80
80
  '-303,-303,-303,-303,-303,-303,-303,523,747,-303,-303,-303,581,673,578',
81
81
  '577,576,-303,579,735,-303,738,739,741,747,-303,743,-303,745,-303,-303',
82
82
  '-303,-303,-303,-303,-303,753,-303,581,-303,578,577,576,586,579,255,754',
83
- '755,757,723,747,723,-303,-303,589,-303,608,-303,-629,723,780,785,-294',
84
- '795,-303,-629,-629,-629,231,-294,-113,-629,-629,255,-629,550,584,252',
85
- '-294,796,-277,254,253,-629,475,594,593,597,596,265,266,808,508,508,-629',
86
- '-629,235,-629,-629,-629,-629,-629,825,275,834,252,231,258,836,254,253',
87
- '250,251,612,255,256,521,257,523,715,235,590,610,289,289,-629,-629,-629',
88
- '-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,715,231,-629',
89
- '-629,-629,255,674,252,661,235,-629,254,253,-629,875,235,884,659,-629',
90
- '723,-629,235,-629,-629,-629,-629,-629,-629,-629,911,-629,-629,-629,-304',
91
- '-278,235,916,905,906,933,-304,907,122,123,715,-629,-629,-276,-629,-304',
92
- '-629,8,85,86,87,12,78,-629,938,231,79,80,943,-111,235,83,776,81,82,84',
83
+ '755,757,723,747,723,-303,-303,589,-303,608,-303,-628,723,780,785,-294',
84
+ '795,-303,-628,-628,-628,231,-294,-113,-628,-628,255,-628,550,584,252',
85
+ '-294,796,-277,254,253,-628,475,594,593,597,596,265,266,808,508,508,-628',
86
+ '-628,235,-628,-628,-628,-628,-628,825,275,834,252,231,258,836,254,253',
87
+ '250,251,612,255,256,521,257,523,715,235,590,610,289,289,-628,-628,-628',
88
+ '-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,715,231,-628',
89
+ '-628,-628,255,674,252,661,235,-628,254,253,-628,875,235,884,659,-628',
90
+ '723,-628,235,-628,-628,-628,-628,-628,-628,-628,911,-628,-628,-628,-304',
91
+ '-278,235,916,905,906,933,-304,907,122,123,715,-628,-628,-276,-628,-304',
92
+ '-628,8,85,86,87,12,78,-628,938,231,79,80,943,-111,235,83,776,81,82,84',
93
93
  '33,34,76,77,738,778,946,948,950,88,31,30,116,115,117,118,952,952,22',
94
94
  '235,958,723,723,662,11,49,10,13,120,119,121,110,60,112,111,113,723,114',
95
95
  '122,123,235,106,107,723,45,46,44,255,259,260,261,262,272,273,267,268',
96
- '263,264,-303,248,249,-304,235,265,266,-303,43,976,-304,36,-626,-279',
96
+ '263,264,-303,248,249,-304,235,265,266,-303,43,976,-304,36,-625,-279',
97
97
  '62,63,-303,977,64,-304,38,252,738,258,48,254,253,250,251,271,270,256',
98
- '23,257,980,983,-303,103,95,97,98,99,101,-303,985,987,96,104,-626,269',
98
+ '23,257,980,983,-303,103,95,97,98,99,101,-303,985,987,96,104,-625,269',
99
99
  '235,-251,-303,989,66,1001,1002,93,100,102,1014,723,108,109,311,85,86',
100
100
  '87,12,78,723,785,231,79,80,1032,1035,847,83,1034,81,82,84,33,34,76,77',
101
101
  '1041,778,1044,952,952,88,31,30,116,115,117,118,952,1049,22,1014,738',
102
102
  '1058,1060,662,11,49,313,13,120,119,121,110,60,112,111,113,1062,114,122',
103
103
  '123,1064,106,107,1064,45,46,44,255,259,260,261,262,272,273,267,268,263',
104
104
  '264,-538,248,249,-539,720,265,266,-538,43,1014,-539,315,723,723,62,63',
105
- '-538,-626,64,-539,38,252,-625,258,48,254,253,250,251,271,270,256,23',
105
+ '-538,-625,64,-539,38,252,-624,258,48,254,253,250,251,271,270,256,23',
106
106
  '257,235,952,231,103,95,97,98,99,101,1040,-294,1014,96,104,1087,269,1064',
107
107
  '-294,1038,1064,66,1064,1064,93,100,102,-294,,108,109,311,85,86,87,12',
108
108
  '78,,,231,79,80,,,,83,1034,81,82,84,33,34,76,77,,778,,,,88,31,30,116',
@@ -110,7 +110,7 @@ clist = [
110
110
  '112,111,113,,114,122,123,,106,107,,45,46,44,255,259,260,261,262,272',
111
111
  '273,267,268,263,264,-304,248,249,,,265,266,-304,43,,,36,,,62,63,-304',
112
112
  ',64,,38,252,,258,48,254,253,250,251,271,270,256,23,257,,,-303,103,95',
113
- '97,98,99,101,-303,,,96,104,-626,269,,,-303,,66,,,93,100,102,,,108,109',
113
+ '97,98,99,101,-303,,,96,104,-625,269,,,-303,,66,,,93,100,102,,,108,109',
114
114
  '311,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,131,132,133',
115
115
  '134,135,88,31,30,116,115,117,118,,1005,22,578,577,576,,579,11,49,313',
116
116
  '13,120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255',
@@ -142,44 +142,44 @@ clist = [
142
142
  ',,93,100,102,,,108,109,311,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33',
143
143
  '34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,313,13,120,119',
144
144
  '121,110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,259,260,261',
145
- '262,272,273,267,268,263,264,,-651,-651,,,265,266,,43,,,36,,,62,63,,',
145
+ '262,272,273,267,268,263,264,,-650,-650,,,265,266,,43,,,36,,,62,63,,',
146
146
  '64,,38,252,,258,48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98',
147
147
  '99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,311,85,86,87,12,78',
148
148
  ',,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,',
149
149
  ',22,,,,,,11,49,313,13,120,119,121,110,60,112,111,113,,114,122,123,,106',
150
- '107,,45,46,44,255,259,260,261,262,272,273,267,268,263,264,,-651,-651',
150
+ '107,,45,46,44,255,259,260,261,262,272,273,267,268,263,264,,-650,-650',
151
151
  ',,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271',
152
152
  '270,256,23,257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102',
153
153
  ',,108,109,311,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,',
154
154
  ',,,88,31,30,116,115,117,118,,,22,,,,,,11,49,313,13,120,119,121,110,60',
155
- '112,111,113,,114,122,123,,106,107,,45,46,44,255,-651,-651,-651,-651',
156
- '272,273,,,-651,-651,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258',
155
+ '112,111,113,,114,122,123,,106,107,,45,46,44,255,-650,-650,-650,-650',
156
+ '272,273,,,-650,-650,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258',
157
157
  '48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98,99,101,,,,96,104',
158
158
  ',,,,,,66,,,93,100,102,,,108,109,8,85,86,87,12,78,,,,79,80,,,,83,,81',
159
159
  '82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,10,13',
160
- '120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-651',
161
- '-651,-651,-651,272,273,,,-651,-651,,,,,,265,266,,43,,,36,,,62,63,,,64',
160
+ '120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-650',
161
+ '-650,-650,-650,272,273,,,-650,-650,,,,,,265,266,,43,,,36,,,62,63,,,64',
162
162
  ',38,252,,258,48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98,99',
163
163
  '101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,311,85,86,87,12,78,,,',
164
164
  '79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22',
165
165
  ',,,,,11,49,313,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107',
166
- ',45,46,44,255,-651,-651,-651,-651,272,273,,,-651,-651,,,,,,265,266,',
166
+ ',45,46,44,255,-650,-650,-650,-650,272,273,,,-650,-650,,,,,,265,266,',
167
167
  '43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271,270,256,23',
168
168
  '257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109',
169
169
  '311,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30',
170
170
  '116,115,117,118,,,22,,,,,,11,49,313,13,120,119,121,110,60,112,111,113',
171
- ',114,122,123,,106,107,,45,46,44,255,-651,-651,-651,-651,272,273,,,-651',
172
- '-651,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
171
+ ',114,122,123,,106,107,,45,46,44,255,-650,-650,-650,-650,272,273,,,-650',
172
+ '-650,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
173
173
  '251,271,270,256,23,257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
174
174
  '100,102,,,108,109,311,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
175
175
  '76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,313,13,120,119,121',
176
- '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-651,-651,-651',
177
- '-651,272,273,,,-651,-651,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252',
176
+ '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-650,-650,-650',
177
+ '-650,272,273,,,-650,-650,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252',
178
178
  ',258,48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98,99,101,,',
179
179
  ',96,104,,,,,,,66,,,93,100,102,,,108,109,311,85,86,87,12,78,,,,79,80',
180
180
  ',,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,',
181
181
  '11,49,313,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45',
182
- '46,44,255,-651,-651,-651,-651,272,273,,,-651,-651,,,,,,265,266,,43,',
182
+ '46,44,255,-650,-650,-650,-650,272,273,,,-650,-650,,,,,,265,266,,43,',
183
183
  ',36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271,270,256,23,257',
184
184
  ',,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,311',
185
185
  '85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116',
@@ -791,29 +791,29 @@ clist = [
791
791
  '-295,-295,-295,-295,-295,-295,-295,-295,-295,-295,,,-295,-295,-295,',
792
792
  ',-295,,,-295,,,-295,-295,,-295,590,-295,,-295,,-295,-295,-295,-295,-295',
793
793
  '-295,-295,,-295,,-295,581,,578,577,576,586,579,,,,,,-295,-295,-295,-295',
794
- '589,-295,-650,-295,,,,,-295,-650,-650,-650,,,-650,-650,-650,,-650,,',
795
- ',584,,,,,-650,-650,-650,,594,593,597,596,,,,-650,-650,,-650,-650,-650',
796
- '-650,-650,,,,,,,,,,,,,,235,,,,,,,,590,,-650,-650,-650,-650,-650,-650',
797
- '-650,-650,-650,-650,-650,-650,-650,-650,,,-650,-650,-650,,,-650,,289',
798
- '-650,,,-650,-650,,-650,,-650,,-650,,-650,-650,-650,-650,-650,-650,-650',
799
- ',-650,-650,-650,,,,,,,,,,,,,-650,-650,-630,-650,,-650,,,,-630,-630,-630',
800
- '-650,,-630,-630,-630,581,-630,578,577,576,586,579,,,,-630,-630,-630',
801
- '-630,,,589,,,,,-630,-630,,-630,-630,-630,-630,-630,,,,,,,,,,584,,,,',
802
- ',,,,594,593,597,596,,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630',
803
- '-630,-630,-630,-630,,,-630,-630,-630,,,-630,,,-630,,,-630,-630,,-630',
804
- '590,-630,,-630,,-630,-630,-630,-630,-630,-630,-630,,-630,-630,-630,581',
805
- ',578,577,576,586,579,,,,,,-630,-630,-630,-630,589,-630,-631,-630,,,',
806
- ',-630,-631,-631,-631,,,-631,-631,-631,,-631,,,,584,,,,,-631,-631,-631',
807
- '-631,,,597,596,,,,-631,-631,,-631,-631,-631,-631,-631,,,,,,,,,,,,,,',
808
- ',,,,,,,590,,-631,-631,-631,-631,-631,-631,-631,-631,-631,-631,-631,-631',
809
- '-631,-631,,,-631,-631,-631,,,-631,,,-631,,,-631,-631,,-631,,-631,,-631',
810
- ',-631,-631,-631,-631,-631,-631,-631,,-631,-631,-631,581,,578,577,576',
811
- '586,579,,,,,,-631,-631,-631,-631,589,-631,-650,-631,,,,,-631,-650,-650',
812
- '-650,,,-650,-650,-650,,-650,,,,584,,,,,-650,-650,,,,,597,596,,,,-650',
813
- '-650,,-650,-650,-650,-650,-650,581,,578,577,576,586,579,581,,578,577',
814
- '576,586,579,,,589,,,,,590,,589,,,,,,,,,,,-650,,,,584,,,-650,,,,584,289',
815
- '-650,,597,596,,,,594,593,597,596,,,,,,,,,,,-650,-650,,,,,,,,,,,,,-650',
816
- '590,,,,-650,,,590,,,,-650,189,200,190,213,186,206,196,195,216,217,211',
794
+ '589,-295,-649,-295,,,,,-295,-649,-649,-649,,,-649,-649,-649,,-649,,',
795
+ ',584,,,,,-649,-649,-649,,594,593,597,596,,,,-649,-649,,-649,-649,-649',
796
+ '-649,-649,,,,,,,,,,,,,,235,,,,,,,,590,,-649,-649,-649,-649,-649,-649',
797
+ '-649,-649,-649,-649,-649,-649,-649,-649,,,-649,-649,-649,,,-649,,289',
798
+ '-649,,,-649,-649,,-649,,-649,,-649,,-649,-649,-649,-649,-649,-649,-649',
799
+ ',-649,-649,-649,,,,,,,,,,,,,-649,-649,-629,-649,,-649,,,,-629,-629,-629',
800
+ '-649,,-629,-629,-629,581,-629,578,577,576,586,579,,,,-629,-629,-629',
801
+ '-629,,,589,,,,,-629,-629,,-629,-629,-629,-629,-629,,,,,,,,,,584,,,,',
802
+ ',,,,594,593,597,596,,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629',
803
+ '-629,-629,-629,-629,,,-629,-629,-629,,,-629,,,-629,,,-629,-629,,-629',
804
+ '590,-629,,-629,,-629,-629,-629,-629,-629,-629,-629,,-629,-629,-629,581',
805
+ ',578,577,576,586,579,,,,,,-629,-629,-629,-629,589,-629,-630,-629,,,',
806
+ ',-629,-630,-630,-630,,,-630,-630,-630,,-630,,,,584,,,,,-630,-630,-630',
807
+ '-630,,,597,596,,,,-630,-630,,-630,-630,-630,-630,-630,,,,,,,,,,,,,,',
808
+ ',,,,,,,590,,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630',
809
+ '-630,-630,,,-630,-630,-630,,,-630,,,-630,,,-630,-630,,-630,,-630,,-630',
810
+ ',-630,-630,-630,-630,-630,-630,-630,,-630,-630,-630,581,,578,577,576',
811
+ '586,579,,,,,,-630,-630,-630,-630,589,-630,-649,-630,,,,,-630,-649,-649',
812
+ '-649,,,-649,-649,-649,,-649,,,,584,,,,,-649,-649,,,,,597,596,,,,-649',
813
+ '-649,,-649,-649,-649,-649,-649,581,,578,577,576,586,579,581,,578,577',
814
+ '576,586,579,,,589,,,,,590,,589,,,,,,,,,,,-649,,,,584,,,-649,,,,584,289',
815
+ '-649,,597,596,,,,594,593,597,596,,,,,,,,,,,-649,-649,,,,,,,,,,,,,-649',
816
+ '590,,,,-649,,,590,,,,-649,189,200,190,213,186,206,196,195,216,217,211',
817
817
  '194,193,188,214,218,219,198,187,201,205,207,199,192,,,,208,215,210,209',
818
818
  '202,212,197,185,204,203,,,,,,184,191,182,183,179,180,181,139,141,138',
819
819
  ',140,,,,,,,,,173,174,,169,151,152,153,160,157,159,,,154,155,,,,175,176',
@@ -1960,20 +1960,20 @@ racc_action_pointer = [
1960
1960
  nil, nil, 1206, nil ]
1961
1961
 
1962
1962
  racc_action_default = [
1963
- -1, -651, -650, -651, -2, -637, -4, -5, -651, -8,
1964
- -9, -651, -651, -651, -35, -651, -651, -39, -651, -651,
1965
- -294, -50, -639, -651, -55, -60, -61, -62, -66, -271,
1966
- -271, -271, -309, -343, -344, -78, -650, -82, -90, -92,
1967
- -651, -538, -539, -651, -651, -651, -651, -230, -651, -639,
1963
+ -1, -650, -649, -650, -2, -636, -4, -5, -650, -8,
1964
+ -9, -650, -650, -650, -35, -650, -650, -39, -650, -650,
1965
+ -294, -50, -638, -650, -55, -60, -61, -62, -66, -271,
1966
+ -271, -271, -309, -343, -344, -78, -649, -82, -90, -92,
1967
+ -650, -538, -539, -650, -650, -650, -650, -230, -650, -638,
1968
1968
  -244, -285, -286, -287, -288, -289, -290, -291, -292, -293,
1969
- -624, -296, -298, -305, -307, -317, -423, -651, -651, -57,
1970
- -57, -637, -651, -327, -334, -651, -345, -346, -348, -349,
1969
+ -623, -296, -298, -305, -307, -317, -423, -650, -650, -57,
1970
+ -57, -636, -650, -327, -334, -650, -345, -346, -348, -349,
1971
1971
  -350, -351, -352, -353, -354, -355, -356, -357, -366, -468,
1972
- -469, -470, -471, -472, -473, -650, -476, -650, -650, -650,
1973
- -486, -650, -650, -650, -514, -520, -522, -523, -524, -525,
1974
- -622, -527, -528, -623, -530, -531, -532, -533, -534, -535,
1975
- -536, -537, -542, -543, 1094, -3, -638, -646, -647, -648,
1976
- -7, -651, -651, -651, -651, -651, -651, -23, -651, -121,
1972
+ -469, -470, -471, -472, -473, -649, -476, -649, -649, -649,
1973
+ -486, -649, -649, -649, -514, -520, -522, -523, -524, -525,
1974
+ -621, -527, -528, -622, -530, -531, -532, -533, -534, -535,
1975
+ -536, -537, -542, -543, 1094, -3, -637, -645, -646, -647,
1976
+ -7, -650, -650, -650, -650, -650, -650, -23, -650, -121,
1977
1977
  -122, -123, -124, -125, -126, -127, -128, -129, -133, -134,
1978
1978
  -135, -136, -137, -138, -139, -140, -141, -142, -143, -144,
1979
1979
  -145, -146, -147, -148, -149, -150, -151, -152, -153, -154,
@@ -1982,94 +1982,94 @@ racc_action_default = [
1982
1982
  -175, -176, -177, -178, -179, -180, -181, -182, -183, -184,
1983
1983
  -185, -186, -187, -188, -189, -190, -191, -192, -193, -194,
1984
1984
  -195, -196, -197, -198, -199, -200, -201, -202, -203, -204,
1985
- -28, -130, -650, -651, -651, -651, -651, -651, -650, -651,
1986
- -651, -634, -651, -651, -639, -640, -54, -651, -538, -539,
1987
- -651, -294, -651, -651, -236, -651, -650, -651, -651, -651,
1988
- -651, -651, -651, -651, -651, -651, -651, -651, -651, -651,
1989
- -651, -651, -651, -651, -651, -651, -651, -651, -651, -651,
1990
- -245, -246, -247, -248, -651, -359, -452, -431, -651, -635,
1991
- -636, -67, -651, -316, -358, -651, -445, -447, -73, -650,
1992
- -442, -74, -639, -75, -251, -266, -650, -650, -270, -651,
1993
- -276, -651, -650, -616, -651, -651, -76, -77, -637, -17,
1994
- -18, -651, -21, -22, -80, -650, -639, -651, -83, -86,
1995
- -650, -98, -99, -651, -651, -106, -309, -312, -639, -435,
1996
- -343, -344, -347, -443, -651, -88, -651, -94, -304, -521,
1997
- -651, -224, -225, -651, -237, -651, -650, -300, -639, -650,
1998
- -650, -318, -319, -570, -56, -651, -651, -651, -650, -650,
1999
- -637, -651, -638, -538, -539, -651, -651, -294, -651, -376,
2000
- -377, -651, -330, -651, -121, -122, -164, -165, -166, -182,
2001
- -187, -194, -197, -337, -651, -538, -539, -611, -612, -474,
2002
- -651, -498, -651, -500, -651, -502, -651, -651, -481, -651,
2003
- -650, -651, -651, -494, -651, -651, -496, -651, -513, -515,
2004
- -516, -517, -518, -6, -649, -29, -30, -31, -32, -33,
2005
- -10, -11, -651, -25, -26, -27, -131, -651, -36, -38,
2006
- -281, -651, -651, -280, -37, -651, -40, -651, -294, -48,
2007
- -49, -205, -256, -276, -51, -52, -41, -206, -256, -639,
2008
- -261, -262, -650, -650, -625, -626, -271, -440, -627, -628,
2009
- -626, -625, -271, -439, -441, -627, -628, -47, -214, -53,
2010
- -639, -315, -651, -651, -651, -650, -304, -651, -651, -651,
1985
+ -28, -130, -649, -650, -650, -650, -650, -650, -649, -650,
1986
+ -650, -633, -650, -650, -638, -639, -54, -650, -538, -539,
1987
+ -650, -294, -650, -650, -236, -650, -649, -650, -650, -650,
1988
+ -650, -650, -650, -650, -650, -650, -650, -650, -650, -650,
1989
+ -650, -650, -650, -650, -650, -650, -650, -650, -650, -650,
1990
+ -245, -246, -247, -248, -650, -359, -452, -431, -650, -634,
1991
+ -635, -67, -650, -316, -358, -650, -445, -447, -73, -649,
1992
+ -442, -74, -638, -75, -251, -266, -649, -649, -270, -650,
1993
+ -276, -650, -649, -615, -650, -650, -76, -77, -636, -17,
1994
+ -18, -650, -21, -22, -80, -649, -638, -650, -83, -86,
1995
+ -649, -98, -99, -650, -650, -106, -309, -312, -638, -435,
1996
+ -343, -344, -347, -443, -650, -88, -650, -94, -304, -521,
1997
+ -650, -224, -225, -650, -237, -650, -649, -300, -638, -649,
1998
+ -649, -318, -319, -570, -56, -650, -650, -650, -649, -649,
1999
+ -636, -650, -637, -538, -539, -650, -650, -294, -650, -376,
2000
+ -377, -650, -330, -650, -121, -122, -164, -165, -166, -182,
2001
+ -187, -194, -197, -337, -650, -538, -539, -610, -611, -474,
2002
+ -650, -498, -650, -500, -650, -502, -650, -650, -481, -650,
2003
+ -649, -650, -650, -494, -650, -650, -496, -650, -513, -515,
2004
+ -516, -517, -518, -6, -648, -29, -30, -31, -32, -33,
2005
+ -10, -11, -650, -25, -26, -27, -131, -650, -36, -38,
2006
+ -281, -650, -650, -280, -37, -650, -40, -650, -294, -48,
2007
+ -49, -205, -256, -276, -51, -52, -41, -206, -256, -638,
2008
+ -261, -262, -649, -649, -624, -625, -271, -440, -626, -627,
2009
+ -625, -624, -271, -439, -441, -626, -627, -47, -214, -53,
2010
+ -638, -315, -650, -650, -650, -649, -304, -650, -650, -650,
2011
2011
  -215, -216, -217, -218, -219, -220, -221, -222, -226, -227,
2012
2012
  -228, -229, -231, -232, -233, -234, -235, -238, -239, -240,
2013
- -241, -639, -249, -651, -453, -271, -625, -626, -64, -68,
2014
- -272, -436, -449, -452, -639, -639, -311, -267, -651, -275,
2015
- -268, -651, -273, -651, -277, -651, -619, -621, -16, -638,
2016
- -20, -639, -79, -302, -95, -84, -651, -639, -650, -651,
2017
- -651, -105, -651, -521, -651, -91, -96, -651, -651, -651,
2018
- -651, -250, -242, -651, -460, -651, -639, -299, -252, -643,
2019
- -643, -651, -651, -614, -643, -651, -424, -570, -427, -610,
2020
- -610, -553, -555, -555, -555, -569, -572, -573, -574, -575,
2021
- -576, -577, -578, -579, -651, -581, -583, -585, -590, -592,
2022
- -593, -595, -600, -602, -603, -605, -606, -607, -651, -650,
2023
- -367, -368, -650, -651, -651, -651, -651, -651, -362, -455,
2024
- -650, -651, -651, -304, -57, -116, -117, -651, -119, -651,
2025
- -294, -650, -651, -335, -548, -340, -632, -633, -651, -475,
2013
+ -241, -638, -249, -650, -453, -271, -624, -625, -64, -68,
2014
+ -272, -436, -449, -452, -638, -638, -311, -267, -650, -275,
2015
+ -268, -650, -273, -650, -277, -650, -618, -620, -16, -637,
2016
+ -20, -638, -79, -302, -95, -84, -650, -638, -649, -650,
2017
+ -650, -105, -650, -521, -650, -91, -96, -650, -650, -650,
2018
+ -650, -250, -242, -650, -460, -650, -638, -299, -252, -642,
2019
+ -642, -650, -650, -613, -642, -650, -424, -570, -427, -609,
2020
+ -609, -553, -555, -555, -555, -569, -571, -572, -573, -574,
2021
+ -575, -576, -577, -578, -650, -580, -582, -584, -589, -591,
2022
+ -592, -594, -599, -601, -602, -604, -605, -606, -650, -649,
2023
+ -367, -368, -649, -650, -650, -650, -650, -650, -362, -455,
2024
+ -649, -650, -650, -304, -57, -116, -117, -650, -119, -650,
2025
+ -294, -649, -650, -335, -548, -340, -631, -632, -650, -475,
2026
2026
  -499, -504, -505, -507, -477, -501, -478, -503, -479, -480,
2027
- -651, -483, -485, -651, -488, -490, -491, -651, -492, -493,
2028
- -651, -519, -650, -24, -651, -34, -284, -651, -651, -650,
2029
- -651, -651, -651, -444, -651, -263, -265, -651, -651, -69,
2030
- -259, -260, -437, -651, -651, -71, -438, -314, -641, -625,
2031
- -626, -625, -626, -639, -651, -430, -650, -63, -432, -449,
2032
- -651, -450, -651, -258, -310, -650, -274, -278, -651, -617,
2033
- -618, -651, -19, -81, -651, -87, -93, -639, -625, -626,
2034
- -650, -102, -104, -651, -89, -651, -651, -223, -639, -650,
2035
- -360, -650, -297, -365, -301, -253, -645, -644, -255, -645,
2036
- -306, -308, -615, -651, -639, -651, -551, -552, -651, -651,
2037
- -562, -651, -565, -651, -567, -651, -378, -651, -380, -382,
2038
- -389, -639, -584, -594, -604, -608, -650, -369, -650, -58,
2039
- -370, -371, -322, -323, -651, -325, -651, -639, -625, -626,
2040
- -629, -303, -650, -116, -117, -118, -651, -651, -650, -328,
2041
- -544, -546, -331, -650, -650, -570, -570, -651, -639, -651,
2042
- -650, -482, -484, -651, -487, -495, -497, -651, -132, -282,
2043
- -651, -639, -625, -626, -626, -625, -257, -651, -642, -650,
2027
+ -650, -483, -485, -650, -488, -490, -491, -650, -492, -493,
2028
+ -650, -519, -649, -24, -650, -34, -284, -650, -650, -649,
2029
+ -650, -650, -650, -444, -650, -263, -265, -650, -650, -69,
2030
+ -259, -260, -437, -650, -650, -71, -438, -314, -640, -624,
2031
+ -625, -624, -625, -638, -650, -430, -649, -63, -432, -449,
2032
+ -650, -450, -650, -258, -310, -649, -274, -278, -650, -616,
2033
+ -617, -650, -19, -81, -650, -87, -93, -638, -624, -625,
2034
+ -649, -102, -104, -650, -89, -650, -650, -223, -638, -649,
2035
+ -360, -649, -297, -365, -301, -253, -644, -643, -255, -644,
2036
+ -306, -308, -614, -650, -638, -650, -551, -552, -650, -650,
2037
+ -562, -650, -565, -650, -567, -650, -378, -650, -380, -382,
2038
+ -389, -638, -583, -593, -603, -607, -649, -369, -649, -58,
2039
+ -370, -371, -322, -323, -650, -325, -650, -638, -624, -625,
2040
+ -628, -303, -649, -116, -117, -118, -650, -650, -649, -328,
2041
+ -544, -546, -331, -649, -649, -570, -570, -650, -638, -650,
2042
+ -649, -482, -484, -650, -487, -495, -497, -650, -132, -282,
2043
+ -650, -638, -624, -625, -625, -624, -257, -650, -641, -649,
2044
2044
  -43, -208, -44, -209, -70, -45, -211, -46, -210, -72,
2045
- -651, -651, -651, -651, -444, -651, -412, -413, -639, -415,
2046
- -650, -434, -433, -651, -446, -650, -448, -269, -279, -620,
2047
- -85, -100, -97, -213, -313, -13, -15, -361, -363, -650,
2048
- -467, -461, -650, -462, -463, -643, -425, -650, -650, -417,
2049
- -639, -610, -591, -609, -554, -555, -555, -582, -555, -555,
2050
- -601, -555, -579, -596, -639, -651, -387, -651, -580, -651,
2051
- -364, -372, -651, -374, -650, -651, -59, -324, -651, -444,
2052
- -651, -116, -117, -120, -639, -650, -651, -651, -651, -338,
2053
- -639, -651, -341, -613, -506, -509, -510, -511, -512, -651,
2054
- -489, -12, -283, -444, -42, -207, -264, -651, -243, -610,
2055
- -610, -394, -650, -650, -650, -411, -651, -639, -579, -587,
2056
- -588, -598, -454, -65, -650, -650, -466, -651, -651, -465,
2057
- -254, -651, -651, -651, -426, -550, -651, -558, -651, -560,
2058
- -651, -563, -651, -566, -568, -379, -381, -385, -651, -390,
2059
- -320, -651, -375, -321, -651, -650, -326, -444, -651, -651,
2060
- -332, -336, -651, -547, -549, -548, -508, -651, -392, -393,
2061
- -402, -396, -404, -651, -407, -651, -409, -414, -651, -651,
2062
- -586, -651, -451, -650, -650, -107, -108, -651, -651, -115,
2063
- -464, -428, -429, -639, -419, -421, -422, -555, -555, -555,
2064
- -555, -383, -651, -388, -651, -650, -278, -650, -329, -545,
2065
- -650, -339, -650, -610, -589, -395, -650, -650, -650, -650,
2066
- -599, -650, -416, -597, -651, -304, -14, -460, -650, -651,
2067
- -651, -114, -418, -651, -651, -556, -559, -561, -564, -651,
2068
- -386, -650, -456, -457, -458, -651, -651, -391, -651, -399,
2069
- -651, -401, -651, -405, -651, -408, -410, -303, -629, -459,
2070
- -639, -625, -626, -629, -113, -420, -555, -384, -373, -333,
2071
- -342, -650, -650, -650, -650, -444, -557, -651, -397, -400,
2072
- -403, -406, -650, -398 ]
2045
+ -650, -650, -650, -650, -444, -650, -412, -413, -638, -415,
2046
+ -649, -434, -433, -650, -446, -649, -448, -269, -279, -619,
2047
+ -85, -100, -97, -213, -313, -13, -15, -361, -363, -649,
2048
+ -467, -461, -649, -462, -463, -642, -425, -649, -649, -417,
2049
+ -638, -609, -590, -608, -554, -555, -555, -581, -555, -555,
2050
+ -600, -555, -578, -595, -638, -650, -387, -650, -579, -650,
2051
+ -364, -372, -650, -374, -649, -650, -59, -324, -650, -444,
2052
+ -650, -116, -117, -120, -638, -649, -650, -650, -650, -338,
2053
+ -638, -650, -341, -612, -506, -509, -510, -511, -512, -650,
2054
+ -489, -12, -283, -444, -42, -207, -264, -650, -243, -609,
2055
+ -609, -394, -649, -649, -649, -411, -650, -638, -578, -586,
2056
+ -587, -597, -454, -65, -649, -649, -466, -650, -650, -465,
2057
+ -254, -650, -650, -650, -426, -550, -650, -558, -650, -560,
2058
+ -650, -563, -650, -566, -568, -379, -381, -385, -650, -390,
2059
+ -320, -650, -375, -321, -650, -649, -326, -444, -650, -650,
2060
+ -332, -336, -650, -547, -549, -548, -508, -650, -392, -393,
2061
+ -402, -396, -404, -650, -407, -650, -409, -414, -650, -650,
2062
+ -585, -650, -451, -649, -649, -107, -108, -650, -650, -115,
2063
+ -464, -428, -429, -638, -419, -421, -422, -555, -555, -555,
2064
+ -555, -383, -650, -388, -650, -649, -278, -649, -329, -545,
2065
+ -649, -339, -649, -609, -588, -395, -649, -649, -649, -649,
2066
+ -598, -649, -416, -596, -650, -304, -14, -460, -649, -650,
2067
+ -650, -114, -418, -650, -650, -556, -559, -561, -564, -650,
2068
+ -386, -649, -456, -457, -458, -650, -650, -391, -650, -399,
2069
+ -650, -401, -650, -405, -650, -408, -410, -303, -628, -459,
2070
+ -638, -624, -625, -628, -113, -420, -555, -384, -373, -333,
2071
+ -342, -649, -649, -649, -649, -444, -557, -650, -397, -400,
2072
+ -403, -406, -649, -398 ]
2073
2073
 
2074
2074
  clist = [
2075
2075
  '6,4,233,607,351,295,295,295,277,229,383,449,456,462,290,142,142,279',
@@ -2193,40 +2193,40 @@ clist = [
2193
2193
  clist = [
2194
2194
  '6,2,39,115,104,45,45,45,173,37,69,35,49,49,87,70,70,37,9,23,23,21,21',
2195
2195
  '23,9,79,79,24,12,39,24,26,120,41,41,24,89,15,69,30,30,90,102,30,90,123',
2196
- '62,73,73,28,28,84,84,84,108,108,74,74,212,211,79,49,172,50,50,50,205',
2197
- '222,155,155,64,8,35,86,86,86,109,63,9,70,51,111,17,23,23,23,23,217,77',
2196
+ '62,73,73,28,28,84,84,84,108,108,74,74,211,210,79,49,172,50,50,50,205',
2197
+ '221,155,155,64,8,35,86,86,86,109,63,9,70,51,111,17,23,23,23,23,216,77',
2198
2198
  '60,194,102,102,6,102,6,6,6,120,6,6,6,174,30,30,30,30,70,52,5,164,32',
2199
2199
  '160,85,85,67,32,36,85,190,58,148,59,150,166,195,151,195,162,7,195,191',
2200
- '1,167,218,3,68,191,68,10,195,11,9,13,16,18,20,60,22,25,29,9,31,42,44',
2200
+ '1,167,217,3,68,191,68,10,195,11,9,13,16,18,20,60,22,25,29,9,31,42,44',
2201
2201
  '48,161,14,161,54,57,57,57,75,80,83,88,100,103,106,117,60,119,124,125',
2202
2202
  '5,126,127,128,129,130,131,132,133,134,135,136,137,90,90,138,139,89,140',
2203
- '141,152,158,30,30,165,168,45,169,60,164,30,30,151,170,218,171,177,222',
2203
+ '141,152,158,30,30,165,168,45,169,60,164,30,30,151,170,217,171,177,221',
2204
2204
  '87,178,180,182,183,184,185,186,189,192,193,166,196,6,37,197,198,199',
2205
- '26,26,167,70,26,200,201,202,203,26,204,84,84,209,161,214,7,115,215,221',
2206
- '102,,,,45,49,49,35,,148,151,45,,160,45,,,,87,64,212,,211,67,222,172',
2207
- '162,64,,205,,,,34,52,150,6,,,34,,217,,6,6,,,151,212,6,84,,164,,34,,79',
2205
+ '26,26,167,70,26,200,201,202,203,26,204,84,84,209,161,213,7,115,214,220',
2206
+ '102,,,,45,49,49,35,,148,151,45,,160,45,,,,87,64,211,,210,67,221,172',
2207
+ '162,64,,205,,,,34,52,150,6,,,34,,216,,6,6,,,151,211,6,84,,164,,34,,79',
2208
2208
  '39,23,,84,,37,34,34,34,87,34,34,34,35,49,86,79,60,190,9,,30,37,,49,86',
2209
2209
  ',120,194,,,174,111,,,14,34,62,,6,6,34,34,36,,34,34,37,17,,63,79,155',
2210
- '79,,161,,,102,14,84,60,60,109,102,195,8,36,195,102,77,,,,,212,,102,60',
2210
+ '79,,161,,,102,14,84,60,60,109,102,195,8,36,195,102,77,,,,,211,,102,60',
2211
2211
  '120,,,86,86,60,35,49,,123,161,6,58,161,59,,,58,,59,,34,85,57,60,5,34',
2212
2212
  '34,34,34,34,155,155,57,,,,,149,70,37,,39,,,21,,89,36,14,,64,90,87,14',
2213
- '35,49,49,211,87,211,45,,6,6,,,6,102,,87,73,102,,24,222,,5,12,12,74,51',
2214
- '36,24,24,,6,51,161,24,24,70,14,14,39,,,,,,,,87,50,211,211,,172,172,50',
2213
+ '35,49,49,210,87,210,45,,6,6,,,6,102,,87,73,102,,24,221,,5,12,12,74,51',
2214
+ '36,24,24,,6,51,161,24,24,70,14,14,39,,,,,,,,87,50,210,210,,172,172,50',
2215
2215
  ',205,205,,,,6,34,34,34,34,34,34,34,45,,,34,34,34,,154,,15,,155,87,79',
2216
- '30,195,,34,,,,79,87,211,,6,,,50,12,,102,102,70,62,,28,89,,,32,32,62',
2216
+ '30,195,,34,,,,79,87,210,,6,,,50,12,,102,102,70,62,,28,89,,,32,32,62',
2217
2217
  '70,,,32,32,86,49,35,36,,34,,,,,,,34,,60,34,,,12,41,,,,,45,,,,108,149',
2218
2218
  ',,149,,34,30,87,,34,,,30,34,34,,,,60,,6,,24,154,,,,,70,,34,6,,,,,,,',
2219
- '104,34,,120,,45,,,,108,,,34,34,34,,60,87,,,,,,6,2,211,34,,34,,6,70,115',
2220
- '108,,,39,21,70,26,,9,,173,,,,,26,26,,,,,26,26,,6,,211,39,,211,73,32',
2219
+ '104,34,,120,,45,,,,108,,,34,34,34,,60,87,,,,,,6,2,210,34,,34,,6,70,115',
2220
+ '108,,,39,21,70,26,,9,,173,,,,,26,26,,,,,26,26,,6,,210,39,,210,73,32',
2221
2221
  '79,6,87,,,87,,74,,,12,79,12,,86,,6,,208,208,208,62,39,60,149,6,149,6',
2222
- '14,,69,14,62,,,,,60,,213,,,,,,,36,,84,,,,,,,39,,,,45,,,6,60,6,34,,,154',
2223
- '87,,154,211,,154,86,154,,,,,,,,6,,,,70,39,,,,84,,,,,,70,,,,,,,149,149',
2222
+ '14,,69,14,62,,,,,60,,212,,,,,,,36,,84,,,,,,,39,,,,45,,,6,60,6,34,,,154',
2223
+ '87,,154,210,,154,86,154,,,,,,,,6,,,,70,39,,,,84,,,,,,70,,,,,,,149,149',
2224
2224
  ',,,156,,,156,6,39,,,34,,,,26,,,34,,34,35,49,,,,34,,,,,,,6,23,34,,,,',
2225
2225
  ',154,,154,,154,,154,23,,6,,,149,30,149,,,,,,,,,,,,76,30,,154,,76,,39',
2226
- ',,,,,213,34,,213,34,,213,,213,,149,,34,14,,,156,,,,,,,,34,,,39,,,34',
2226
+ ',,,,,212,34,,212,34,,212,,212,,149,,34,14,,,156,,,,,,,,34,,,39,,,34',
2227
2227
  '14,,,,,,79,,,6,6,6,,120,,79,,120,,,,,,34,,82,82,,,34,34,,,,,,,,34,34',
2228
- '14,,,,34,34,,,,,213,,213,,213,,213,53,,14,,,,53,,,79,14,,,,,39,,,34',
2229
- '37,,53,213,6,,,,,120,34,53,53,53,,53,208,208,14,208,208,,208,,45,82',
2228
+ '14,,,,34,34,,,,,212,,212,,212,,212,53,,14,,,,53,,,79,14,,,,,39,,,34',
2229
+ '37,,53,212,6,,,,,120,34,53,53,53,,53,208,208,14,208,208,,208,,45,82',
2230
2230
  ',82,6,,82,82,,,,,87,6,6,6,6,53,6,,,,53,53,,6,53,70,,,,,,70,156,,,156',
2231
2231
  '6,39,156,,156,34,14,14,,,,34,,,82,,34,34,,,,,,34,,,,,,,6,6,6,6,,,159',
2232
2232
  '14,159,,34,6,,53,,,,,53,53,53,53,53,,,,,,,,,,,34,,,14,,76,,76,,,,157',
@@ -2320,8 +2320,8 @@ racc_goto_pointer = [
2320
2320
  -476, nil, -288, -800, -391, -502, -632, nil, nil, 129,
2321
2321
  24, 34, 124, 124, -307, -267, -175, 128, 128, 128,
2322
2322
  -553, -395, -395, 136, -539, -287, nil, nil, 138, -495,
2323
- nil, -294, -681, -97, -489, -728, nil, -654, -849, nil,
2324
- nil, -138, -454 ]
2323
+ -294, -681, -97, -489, -728, nil, -654, -849, nil, nil,
2324
+ -138, -454 ]
2325
2325
 
2326
2326
  racc_goto_default = [
2327
2327
  nil, nil, nil, nil, 5, nil, 309, 7, 362, 312,
@@ -2345,8 +2345,8 @@ racc_goto_default = [
2345
2345
  nil, 504, nil, nil, nil, nil, nil, 89, 92, 94,
2346
2346
  nil, nil, nil, nil, nil, 630, nil, nil, nil, nil,
2347
2347
  nil, nil, nil, nil, nil, 864, 786, 569, nil, 573,
2348
- nil, 872, 585, 587, 588, 930, 591, 592, 931, 595,
2349
- 598, nil, 303 ]
2348
+ 872, 585, 587, 588, 930, 591, 592, 931, 595, 598,
2349
+ nil, 303 ]
2350
2350
 
2351
2351
  racc_reduce_table = [
2352
2352
  0, 0, :racc_error,
@@ -2920,57 +2920,56 @@ racc_reduce_table = [
2920
2920
  4, 319, :_reduce_568,
2921
2921
  1, 319, :_reduce_569,
2922
2922
  0, 319, :_reduce_570,
2923
- 1, 357, :_reduce_none,
2923
+ 1, 314, :_reduce_571,
2924
2924
  1, 314, :_reduce_572,
2925
2925
  1, 314, :_reduce_573,
2926
2926
  1, 314, :_reduce_574,
2927
- 1, 314, :_reduce_575,
2928
2927
  1, 296, :_reduce_none,
2929
- 1, 296, :_reduce_577,
2928
+ 1, 296, :_reduce_576,
2929
+ 1, 357, :_reduce_none,
2930
2930
  1, 358, :_reduce_none,
2931
+ 3, 358, :_reduce_579,
2932
+ 1, 306, :_reduce_580,
2933
+ 3, 306, :_reduce_581,
2931
2934
  1, 359, :_reduce_none,
2932
- 3, 359, :_reduce_580,
2933
- 1, 306, :_reduce_581,
2934
- 3, 306, :_reduce_582,
2935
- 1, 360, :_reduce_none,
2936
- 2, 361, :_reduce_584,
2937
- 1, 361, :_reduce_585,
2938
- 2, 362, :_reduce_586,
2939
- 1, 362, :_reduce_587,
2935
+ 2, 360, :_reduce_583,
2936
+ 1, 360, :_reduce_584,
2937
+ 2, 361, :_reduce_585,
2938
+ 1, 361, :_reduce_586,
2940
2939
  1, 300, :_reduce_none,
2941
- 3, 300, :_reduce_589,
2940
+ 3, 300, :_reduce_588,
2942
2941
  1, 354, :_reduce_none,
2943
- 3, 354, :_reduce_591,
2944
- 1, 363, :_reduce_none,
2945
- 1, 363, :_reduce_none,
2946
- 2, 301, :_reduce_594,
2947
- 1, 301, :_reduce_595,
2942
+ 3, 354, :_reduce_590,
2943
+ 1, 362, :_reduce_none,
2944
+ 1, 362, :_reduce_none,
2945
+ 2, 301, :_reduce_593,
2946
+ 1, 301, :_reduce_594,
2947
+ 3, 363, :_reduce_595,
2948
2948
  3, 364, :_reduce_596,
2949
- 3, 365, :_reduce_597,
2950
- 1, 307, :_reduce_598,
2951
- 3, 307, :_reduce_599,
2952
- 1, 356, :_reduce_600,
2953
- 3, 356, :_reduce_601,
2949
+ 1, 307, :_reduce_597,
2950
+ 3, 307, :_reduce_598,
2951
+ 1, 356, :_reduce_599,
2952
+ 3, 356, :_reduce_600,
2953
+ 1, 365, :_reduce_none,
2954
+ 1, 365, :_reduce_none,
2955
+ 2, 308, :_reduce_603,
2956
+ 1, 308, :_reduce_604,
2954
2957
  1, 366, :_reduce_none,
2955
2958
  1, 366, :_reduce_none,
2956
- 2, 308, :_reduce_604,
2957
- 1, 308, :_reduce_605,
2958
- 1, 367, :_reduce_none,
2959
- 1, 367, :_reduce_none,
2960
- 2, 303, :_reduce_608,
2961
- 2, 302, :_reduce_609,
2962
- 0, 302, :_reduce_610,
2959
+ 2, 303, :_reduce_607,
2960
+ 2, 302, :_reduce_608,
2961
+ 0, 302, :_reduce_609,
2963
2962
  1, 271, :_reduce_none,
2964
- 0, 368, :_reduce_612,
2965
- 4, 271, :_reduce_613,
2966
- 1, 250, :_reduce_614,
2963
+ 0, 367, :_reduce_611,
2964
+ 4, 271, :_reduce_612,
2965
+ 1, 250, :_reduce_613,
2967
2966
  2, 250, :_reduce_none,
2968
2967
  1, 233, :_reduce_none,
2969
- 3, 233, :_reduce_617,
2970
- 3, 369, :_reduce_618,
2971
- 2, 369, :_reduce_619,
2972
- 4, 369, :_reduce_620,
2973
- 2, 369, :_reduce_621,
2968
+ 3, 233, :_reduce_616,
2969
+ 3, 368, :_reduce_617,
2970
+ 2, 368, :_reduce_618,
2971
+ 4, 368, :_reduce_619,
2972
+ 2, 368, :_reduce_620,
2974
2973
  1, 202, :_reduce_none,
2975
2974
  1, 202, :_reduce_none,
2976
2975
  1, 202, :_reduce_none,
@@ -2995,13 +2994,13 @@ racc_reduce_table = [
2995
2994
  0, 232, :_reduce_none,
2996
2995
  1, 232, :_reduce_none,
2997
2996
  1, 232, :_reduce_none,
2998
- 1, 267, :_reduce_646,
2997
+ 1, 267, :_reduce_645,
2999
2998
  1, 267, :_reduce_none,
3000
2999
  1, 155, :_reduce_none,
3001
- 2, 155, :_reduce_649,
3002
- 0, 153, :_reduce_650 ]
3000
+ 2, 155, :_reduce_648,
3001
+ 0, 153, :_reduce_649 ]
3003
3002
 
3004
- racc_reduce_n = 651
3003
+ racc_reduce_n = 650
3005
3004
 
3006
3005
  racc_shift_n = 1094
3007
3006
 
@@ -3532,7 +3531,6 @@ Racc_token_to_s_table = [
3532
3531
  "f_kwarg",
3533
3532
  "opt_args_tail",
3534
3533
  "f_optarg",
3535
- "args_forward",
3536
3534
  "f_arg_asgn",
3537
3535
  "f_arg_item",
3538
3536
  "f_label",
@@ -6795,35 +6793,33 @@ def _reduce_570(val, _values, result)
6795
6793
  result
6796
6794
  end
6797
6795
 
6798
- # reduce 571 omitted
6799
-
6800
- def _reduce_572(val, _values, result)
6796
+ def _reduce_571(val, _values, result)
6801
6797
  yyerror "formal argument cannot be a constant"
6802
6798
 
6803
6799
  result
6804
6800
  end
6805
6801
 
6806
- def _reduce_573(val, _values, result)
6802
+ def _reduce_572(val, _values, result)
6807
6803
  yyerror "formal argument cannot be an instance variable"
6808
6804
 
6809
6805
  result
6810
6806
  end
6811
6807
 
6812
- def _reduce_574(val, _values, result)
6808
+ def _reduce_573(val, _values, result)
6813
6809
  yyerror "formal argument cannot be a global variable"
6814
6810
 
6815
6811
  result
6816
6812
  end
6817
6813
 
6818
- def _reduce_575(val, _values, result)
6814
+ def _reduce_574(val, _values, result)
6819
6815
  yyerror "formal argument cannot be a class variable"
6820
6816
 
6821
6817
  result
6822
6818
  end
6823
6819
 
6824
- # reduce 576 omitted
6820
+ # reduce 575 omitted
6825
6821
 
6826
- def _reduce_577(val, _values, result)
6822
+ def _reduce_576(val, _values, result)
6827
6823
  identifier = val[0].to_sym
6828
6824
  self.env[identifier] = :lvar
6829
6825
 
@@ -6832,17 +6828,17 @@ def _reduce_577(val, _values, result)
6832
6828
  result
6833
6829
  end
6834
6830
 
6835
- # reduce 578 omitted
6831
+ # reduce 577 omitted
6836
6832
 
6837
- # reduce 579 omitted
6833
+ # reduce 578 omitted
6838
6834
 
6839
- def _reduce_580(val, _values, result)
6835
+ def _reduce_579(val, _values, result)
6840
6836
  result = val[1]
6841
6837
 
6842
6838
  result
6843
6839
  end
6844
6840
 
6845
- def _reduce_581(val, _values, result)
6841
+ def _reduce_580(val, _values, result)
6846
6842
  arg, = val
6847
6843
 
6848
6844
  case arg
@@ -6858,7 +6854,7 @@ def _reduce_581(val, _values, result)
6858
6854
  result
6859
6855
  end
6860
6856
 
6861
- def _reduce_582(val, _values, result)
6857
+ def _reduce_581(val, _values, result)
6862
6858
  list, _, item = val
6863
6859
 
6864
6860
  if list.sexp_type == :args then
@@ -6872,9 +6868,9 @@ def _reduce_582(val, _values, result)
6872
6868
  result
6873
6869
  end
6874
6870
 
6875
- # reduce 583 omitted
6871
+ # reduce 582 omitted
6876
6872
 
6877
- def _reduce_584(val, _values, result)
6873
+ def _reduce_583(val, _values, result)
6878
6874
  # TODO: new_kw_arg
6879
6875
  (label, line), arg = val
6880
6876
 
@@ -6887,7 +6883,7 @@ def _reduce_584(val, _values, result)
6887
6883
  result
6888
6884
  end
6889
6885
 
6890
- def _reduce_585(val, _values, result)
6886
+ def _reduce_584(val, _values, result)
6891
6887
  (label, line), = val
6892
6888
 
6893
6889
  id = label.to_sym
@@ -6898,7 +6894,7 @@ def _reduce_585(val, _values, result)
6898
6894
  result
6899
6895
  end
6900
6896
 
6901
- def _reduce_586(val, _values, result)
6897
+ def _reduce_585(val, _values, result)
6902
6898
  # TODO: new_kw_arg
6903
6899
  (label, line), expr = val
6904
6900
  id = label.to_sym
@@ -6909,7 +6905,7 @@ def _reduce_586(val, _values, result)
6909
6905
  result
6910
6906
  end
6911
6907
 
6912
- def _reduce_587(val, _values, result)
6908
+ def _reduce_586(val, _values, result)
6913
6909
  # TODO: new_kw_arg
6914
6910
  (label, line), = val
6915
6911
  id = label.to_sym
@@ -6920,28 +6916,28 @@ def _reduce_587(val, _values, result)
6920
6916
  result
6921
6917
  end
6922
6918
 
6923
- # reduce 588 omitted
6919
+ # reduce 587 omitted
6924
6920
 
6925
- def _reduce_589(val, _values, result)
6921
+ def _reduce_588(val, _values, result)
6926
6922
  list, _, item = val
6927
6923
  result = list << item.last
6928
6924
 
6929
6925
  result
6930
6926
  end
6931
6927
 
6932
- # reduce 590 omitted
6928
+ # reduce 589 omitted
6933
6929
 
6934
- def _reduce_591(val, _values, result)
6930
+ def _reduce_590(val, _values, result)
6935
6931
  result = args val
6936
6932
 
6937
6933
  result
6938
6934
  end
6939
6935
 
6940
- # reduce 592 omitted
6936
+ # reduce 591 omitted
6941
6937
 
6942
- # reduce 593 omitted
6938
+ # reduce 592 omitted
6943
6939
 
6944
- def _reduce_594(val, _values, result)
6940
+ def _reduce_593(val, _values, result)
6945
6941
  name = val[1].to_sym
6946
6942
  self.assignable name
6947
6943
  result = :"**#{name}"
@@ -6949,34 +6945,33 @@ def _reduce_594(val, _values, result)
6949
6945
  result
6950
6946
  end
6951
6947
 
6952
- def _reduce_595(val, _values, result)
6948
+ def _reduce_594(val, _values, result)
6953
6949
  result = :"**"
6954
- self.env[result] = :lvar
6955
6950
 
6956
6951
  result
6957
6952
  end
6958
6953
 
6959
- def _reduce_596(val, _values, result)
6954
+ def _reduce_595(val, _values, result)
6960
6955
  result = self.assignable val[0], val[2]
6961
6956
  # TODO: detect duplicate names
6962
6957
 
6963
6958
  result
6964
6959
  end
6965
6960
 
6966
- def _reduce_597(val, _values, result)
6961
+ def _reduce_596(val, _values, result)
6967
6962
  result = self.assignable val[0], val[2]
6968
6963
 
6969
6964
  result
6970
6965
  end
6971
6966
 
6972
- def _reduce_598(val, _values, result)
6967
+ def _reduce_597(val, _values, result)
6973
6968
  optblk, = val
6974
6969
  result = s(:block, optblk).line optblk.line
6975
6970
 
6976
6971
  result
6977
6972
  end
6978
6973
 
6979
- def _reduce_599(val, _values, result)
6974
+ def _reduce_598(val, _values, result)
6980
6975
  optarg, _, optblk = val
6981
6976
  result = optarg
6982
6977
  result << optblk
@@ -6984,24 +6979,24 @@ def _reduce_599(val, _values, result)
6984
6979
  result
6985
6980
  end
6986
6981
 
6987
- def _reduce_600(val, _values, result)
6982
+ def _reduce_599(val, _values, result)
6988
6983
  opt, = val
6989
6984
  result = s(:block, opt).line opt.line
6990
6985
 
6991
6986
  result
6992
6987
  end
6993
6988
 
6994
- def _reduce_601(val, _values, result)
6989
+ def _reduce_600(val, _values, result)
6995
6990
  result = self.block_append val[0], val[2]
6996
6991
 
6997
6992
  result
6998
6993
  end
6999
6994
 
7000
- # reduce 602 omitted
6995
+ # reduce 601 omitted
7001
6996
 
7002
- # reduce 603 omitted
6997
+ # reduce 602 omitted
7003
6998
 
7004
- def _reduce_604(val, _values, result)
6999
+ def _reduce_603(val, _values, result)
7005
7000
  # TODO: differs from parse.y - needs tests
7006
7001
  name = val[1].to_sym
7007
7002
  self.assignable name
@@ -7010,7 +7005,7 @@ def _reduce_604(val, _values, result)
7010
7005
  result
7011
7006
  end
7012
7007
 
7013
- def _reduce_605(val, _values, result)
7008
+ def _reduce_604(val, _values, result)
7014
7009
  name = :"*"
7015
7010
  self.env[name] = :lvar
7016
7011
  result = name
@@ -7018,11 +7013,11 @@ def _reduce_605(val, _values, result)
7018
7013
  result
7019
7014
  end
7020
7015
 
7021
- # reduce 606 omitted
7016
+ # reduce 605 omitted
7022
7017
 
7023
- # reduce 607 omitted
7018
+ # reduce 606 omitted
7024
7019
 
7025
- def _reduce_608(val, _values, result)
7020
+ def _reduce_607(val, _values, result)
7026
7021
  identifier = val[1].to_sym
7027
7022
 
7028
7023
  self.env[identifier] = :lvar
@@ -7031,27 +7026,27 @@ def _reduce_608(val, _values, result)
7031
7026
  result
7032
7027
  end
7033
7028
 
7034
- def _reduce_609(val, _values, result)
7029
+ def _reduce_608(val, _values, result)
7035
7030
  result = val[1]
7036
7031
 
7037
7032
  result
7038
7033
  end
7039
7034
 
7040
- def _reduce_610(val, _values, result)
7035
+ def _reduce_609(val, _values, result)
7041
7036
  result = nil
7042
7037
 
7043
7038
  result
7044
7039
  end
7045
7040
 
7046
- # reduce 611 omitted
7041
+ # reduce 610 omitted
7047
7042
 
7048
- def _reduce_612(val, _values, result)
7043
+ def _reduce_611(val, _values, result)
7049
7044
  lexer.lex_state = EXPR_BEG
7050
7045
 
7051
7046
  result
7052
7047
  end
7053
7048
 
7054
- def _reduce_613(val, _values, result)
7049
+ def _reduce_612(val, _values, result)
7055
7050
  result = val[2]
7056
7051
  yyerror "Can't define single method for literals." if
7057
7052
  result.sexp_type == :lit
@@ -7059,17 +7054,17 @@ def _reduce_613(val, _values, result)
7059
7054
  result
7060
7055
  end
7061
7056
 
7062
- def _reduce_614(val, _values, result)
7057
+ def _reduce_613(val, _values, result)
7063
7058
  result = s(:array).line lexer.lineno
7064
7059
 
7065
7060
  result
7066
7061
  end
7067
7062
 
7068
- # reduce 615 omitted
7063
+ # reduce 614 omitted
7069
7064
 
7070
- # reduce 616 omitted
7065
+ # reduce 615 omitted
7071
7066
 
7072
- def _reduce_617(val, _values, result)
7067
+ def _reduce_616(val, _values, result)
7073
7068
  list = val[0].dup
7074
7069
  more = val[2].sexp_body
7075
7070
  list.push(*more) unless more.empty?
@@ -7079,14 +7074,14 @@ def _reduce_617(val, _values, result)
7079
7074
  result
7080
7075
  end
7081
7076
 
7082
- def _reduce_618(val, _values, result)
7077
+ def _reduce_617(val, _values, result)
7083
7078
  v1, _, v2 = val
7084
7079
  result = s(:array, v1, v2).line v1.line
7085
7080
 
7086
7081
  result
7087
7082
  end
7088
7083
 
7089
- def _reduce_619(val, _values, result)
7084
+ def _reduce_618(val, _values, result)
7090
7085
  (label, line), arg = val
7091
7086
 
7092
7087
  lit = s(:lit, label.to_sym).line line
@@ -7095,7 +7090,7 @@ def _reduce_619(val, _values, result)
7095
7090
  result
7096
7091
  end
7097
7092
 
7098
- def _reduce_620(val, _values, result)
7093
+ def _reduce_619(val, _values, result)
7099
7094
  _, sym, _, value = val
7100
7095
  sym.sexp_type = :dsym
7101
7096
  result = s(:array, sym, value).line sym.line
@@ -7103,7 +7098,7 @@ def _reduce_620(val, _values, result)
7103
7098
  result
7104
7099
  end
7105
7100
 
7106
- def _reduce_621(val, _values, result)
7101
+ def _reduce_620(val, _values, result)
7107
7102
  _, arg = val
7108
7103
  line = arg.line
7109
7104
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7111,6 +7106,8 @@ def _reduce_621(val, _values, result)
7111
7106
  result
7112
7107
  end
7113
7108
 
7109
+ # reduce 621 omitted
7110
+
7114
7111
  # reduce 622 omitted
7115
7112
 
7116
7113
  # reduce 623 omitted
@@ -7157,23 +7154,21 @@ end
7157
7154
 
7158
7155
  # reduce 644 omitted
7159
7156
 
7160
- # reduce 645 omitted
7161
-
7162
- def _reduce_646(val, _values, result)
7157
+ def _reduce_645(val, _values, result)
7163
7158
  yyerrok
7164
7159
  result
7165
7160
  end
7166
7161
 
7167
- # reduce 647 omitted
7162
+ # reduce 646 omitted
7168
7163
 
7169
- # reduce 648 omitted
7164
+ # reduce 647 omitted
7170
7165
 
7171
- def _reduce_649(val, _values, result)
7166
+ def _reduce_648(val, _values, result)
7172
7167
  yyerrok
7173
7168
  result
7174
7169
  end
7175
7170
 
7176
- def _reduce_650(val, _values, result)
7171
+ def _reduce_649(val, _values, result)
7177
7172
  result = nil;
7178
7173
  result
7179
7174
  end