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
@@ -2359,8 +2359,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2359
2359
  result = args val
2360
2360
  }
2361
2361
 
2362
- args_forward: tBDOT3
2363
-
2364
2362
  f_bad_arg: tCONSTANT
2365
2363
  {
2366
2364
  yyerror "formal argument cannot be a constant"
@@ -2489,7 +2487,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2489
2487
  | kwrest_mark
2490
2488
  {
2491
2489
  result = :"**"
2492
- self.env[result] = :lvar
2493
2490
  }
2494
2491
 
2495
2492
  f_opt: f_arg_asgn 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
  '-104,602,-530,-530,-530,-101,-530,-115,602,-102,225,226,-102,648,-530',
33
33
  '832,-530,-530,-530,-99,602,225,226,124,-541,861,-530,-530,-102,-530',
34
34
  '-530,-530,-530,-530,-108,-104,-109,-116,-104,-111,-115,763,-113,-111',
35
- '-113,832,128,-626,-103,831,222,127,287,285,-104,-110,-100,-530,-530',
35
+ '-113,832,128,-625,-103,831,222,127,287,285,-104,-110,-100,-530,-530',
36
36
  '-530,-530,-530,-530,-530,-530,-530,-530,-530,-530,-530,-530,-112,-101',
37
37
  '-530,-530,-530,647,-530,-530,831,287,-530,-108,-103,-530,-530,-103,-530',
38
38
  '235,-530,-107,-530,223,-530,-530,-530,-530,-530,-530,-530,236,-530,-103',
39
39
  '-530,651,-114,-542,-101,-110,128,-101,236,-106,-112,127,128,-530,-530',
40
40
  '-530,-530,127,-530,128,-530,236,967,-101,127,-530,-304,860,225,226,-530',
41
41
  '128,-530,-304,-304,-304,127,287,128,-304,-304,-102,-304,127,-104,-108',
42
- '-626,-109,-116,256,-108,-115,-109,-116,-111,-113,-115,-101,224,-111',
42
+ '-625,-109,-116,256,-108,-115,-109,-116,-111,-113,-115,-101,224,-111',
43
43
  '-113,-109,-304,-304,650,-304,-304,-304,-304,-304,-114,582,-94,579,578',
44
- '577,-626,580,227,632,-627,253,-112,231,632,255,254,-112,-80,276,281',
45
- '-623,478,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304',
44
+ '577,-625,580,227,632,-626,253,-112,231,632,255,254,-112,-80,276,281',
45
+ '-622,478,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304,-304',
46
46
  '-304,-304,106,107,-304,-304,-304,887,675,609,-103,-114,-304,236,-110',
47
47
  '-304,-114,106,107,-110,-304,233,-304,338,-304,-304,-304,-304,-304,-304',
48
- '-304,-627,-304,339,-304,634,633,630,632,-527,634,633,630,232,880,-116',
49
- '-527,-304,-304,-630,-105,-623,-304,225,226,-527,-630,-630,-630,-304',
50
- '95,703,-630,-630,-304,-630,-114,587,96,-527,-105,775,236,-623,-630,776',
51
- '-527,-624,590,-116,-530,108,109,-213,373,-630,-630,-530,-630,-630,-630',
52
- '-630,-630,233,231,-537,108,109,397,634,633,230,-537,582,-527,579,578',
53
- '577,793,580,228,598,597,823,-630,400,-630,-630,-630,-630,-630,-630,-630',
54
- '-630,-630,-630,-630,-630,-630,-630,-530,-348,-630,-630,-630,-107,676',
55
- '-530,-348,128,-630,-115,-624,-630,127,591,-530,-348,-630,632,-630,-116',
56
- '-630,-630,-630,-630,-630,-630,-630,232,-630,-630,-630,632,-624,-541',
57
- '231,-630,824,402,669,-111,670,475,-630,-630,-630,-630,-103,-626,-630',
58
- '1015,476,-630,-630,-630,-630,-630,405,-630,-630,-630,-630,-630,-112',
59
- '-530,-348,587,422,-536,920,-630,-630,-630,-630,-630,-536,-99,590,810',
60
- '634,633,635,-630,-630,427,-630,-630,-630,-630,-630,-542,-539,-108,634',
61
- '633,-113,-540,-111,-539,-113,232,-630,913,-540,632,729,729,-539,728',
62
- '731,598,597,-540,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630',
63
- '-630,-630,-630,-110,-538,-630,-630,-630,-100,825,-630,-538,-110,-630',
64
- '477,729,-630,-630,731,-630,591,-630,632,-630,-109,-630,-630,-630,-630',
65
- '-630,-630,-630,-539,-630,-630,-630,479,-540,-535,128,231,634,633,640',
66
- '127,-535,632,541,-630,-630,-630,-630,-213,-630,669,-630,539,-532,128',
67
- '632,-630,-304,637,127,-532,-630,424,-112,-304,-304,-304,426,425,-304',
48
+ '-304,-626,-304,339,-304,634,633,630,632,-527,634,633,630,232,880,-116',
49
+ '-527,-304,-304,-629,-105,-622,-304,225,226,-527,-629,-629,-629,-304',
50
+ '95,703,-629,-629,-304,-629,-114,587,96,-527,-105,775,236,-622,-629,776',
51
+ '-527,-623,590,-116,-530,108,109,-213,373,-629,-629,-530,-629,-629,-629',
52
+ '-629,-629,233,231,-537,108,109,397,634,633,230,-537,582,-527,579,578',
53
+ '577,793,580,228,598,597,823,-629,400,-629,-629,-629,-629,-629,-629,-629',
54
+ '-629,-629,-629,-629,-629,-629,-629,-530,-348,-629,-629,-629,-107,676',
55
+ '-530,-348,128,-629,-115,-623,-629,127,591,-530,-348,-629,632,-629,-116',
56
+ '-629,-629,-629,-629,-629,-629,-629,232,-629,-629,-629,632,-623,-541',
57
+ '231,-629,824,402,669,-111,670,475,-629,-629,-629,-629,-103,-625,-629',
58
+ '1015,476,-629,-629,-629,-629,-629,405,-629,-629,-629,-629,-629,-112',
59
+ '-530,-348,587,422,-536,920,-629,-629,-629,-629,-629,-536,-99,590,810',
60
+ '634,633,635,-629,-629,427,-629,-629,-629,-629,-629,-542,-539,-108,634',
61
+ '633,-113,-540,-111,-539,-113,232,-629,913,-540,632,729,729,-539,728',
62
+ '731,598,597,-540,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629',
63
+ '-629,-629,-629,-110,-538,-629,-629,-629,-100,825,-629,-538,-110,-629',
64
+ '477,729,-629,-629,731,-629,591,-629,632,-629,-109,-629,-629,-629,-629',
65
+ '-629,-629,-629,-539,-629,-629,-629,479,-540,-535,128,231,634,633,640',
66
+ '127,-535,632,541,-629,-629,-629,-629,-213,-629,669,-629,539,-532,128',
67
+ '632,-629,-304,637,127,-532,-629,424,-112,-304,-304,-304,426,425,-304',
68
68
  '-304,-304,582,-304,579,578,577,587,580,634,633,652,-533,-304,-304,-304',
69
69
  '128,480,590,-533,-106,127,-102,-304,-304,235,-304,-304,-304,-304,-304',
70
70
  '232,-295,634,633,796,-115,231,-111,-295,585,568,729,509,551,731,634',
@@ -77,20 +77,20 @@ clist = [
77
77
  '-110,232,-304,-304,585,-304,582,535,579,578,577,542,580,595,594,598',
78
78
  '597,231,253,293,-305,236,255,254,662,-304,-304,-305,-304,-304,-304,-304',
79
79
  '-304,660,231,290,-305,236,-305,-304,1046,778,598,597,749,-305,-304,883',
80
- '887,591,780,-627,545,752,-305,-304,-304,-304,-304,-304,-304,-304,-304',
80
+ '887,591,780,-626,545,752,-305,-304,-304,-304,-304,-304,-304,-304,-304',
81
81
  '-304,-304,-304,-304,-304,-304,-304,231,231,-304,-304,-304,549,675,1037',
82
82
  '1043,256,-304,236,232,-304,609,-305,780,1041,-304,415,-304,614,-304',
83
83
  '-304,-304,-304,-304,-304,-304,232,-304,615,-304,-305,-304,231,639,-304',
84
- '256,225,226,643,1037,646,-304,-304,-304,-630,-304,-627,-304,780,649',
85
- '-304,-630,-630,-630,-304,273,274,-630,-630,-304,-630,-114,232,232,883',
86
- '887,656,253,256,-630,-277,255,254,251,252,131,132,133,134,135,-630,-630',
87
- '658,-630,-630,-630,-630,-630,659,663,272,271,582,236,579,578,577,232',
88
- '580,-304,253,667,668,290,255,254,251,252,680,256,256,-630,-630,-630',
89
- '-630,-630,-630,-630,-630,-630,-630,-630,-630,-630,-630,256,256,-630',
90
- '-630,-630,749,676,687,236,236,-630,908,909,-630,752,910,122,123,-630',
91
- '236,-630,-94,-630,-630,-630,-630,-630,-630,-630,706,-630,-630,-630,582',
92
- '236,579,578,577,582,580,579,578,577,554,580,-630,-630,-444,-630,717',
93
- '-630,718,722,725,-444,-444,-444,-630,236,-444,-444,-444,-630,-444,-112',
84
+ '256,225,226,643,1037,646,-304,-304,-304,-629,-304,-626,-304,780,649',
85
+ '-304,-629,-629,-629,-304,273,274,-629,-629,-304,-629,-114,232,232,883',
86
+ '887,656,253,256,-629,-277,255,254,251,252,131,132,133,134,135,-629,-629',
87
+ '658,-629,-629,-629,-629,-629,659,663,272,271,582,236,579,578,577,232',
88
+ '580,-304,253,667,668,290,255,254,251,252,680,256,256,-629,-629,-629',
89
+ '-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,256,256,-629',
90
+ '-629,-629,749,676,687,236,236,-629,908,909,-629,752,910,122,123,-629',
91
+ '236,-629,-94,-629,-629,-629,-629,-629,-629,-629,706,-629,-629,-629,582',
92
+ '236,579,578,577,582,580,579,578,577,554,580,-629,-629,-444,-629,717',
93
+ '-629,718,722,725,-444,-444,-444,-629,236,-444,-444,-444,-629,-444,-112',
94
94
  '256,131,132,133,134,135,749,-444,-444,-444,732,749,733,524,737,960,266',
95
95
  '267,-444,-444,740,-444,-444,-444,-444,-444,741,1008,743,579,578,577',
96
96
  '253,580,259,745,255,254,251,252,747,755,257,756,258,757,759,725,725',
@@ -112,32 +112,32 @@ clist = [
112
112
  '-296,-296,1005,1017,725,725,787,253,1035,259,1038,255,254,251,252,850',
113
113
  '1044,1047,955,955,955,1052,1017,740,1061,-296,-296,-296,-296,-296,-296',
114
114
  '-296,-296,-296,-296,-296,-296,-296,-296,1063,1065,-296,-296,-296,1067',
115
- '1067,-296,722,1017,-296,725,725,-296,-296,-627,-296,-626,-296,236,-296',
115
+ '1067,-296,722,1017,-296,725,725,-296,-296,-626,-296,-625,-296,236,-296',
116
116
  '955,-296,-296,-296,-296,-296,-296,-296,1017,-296,1090,-296,582,1067',
117
- '579,578,577,587,580,1067,1067,1067,,,-296,-296,-296,-296,590,-296,-652',
118
- '-296,,,,,-296,-652,-652,-652,,-296,-652,-652,-652,,-652,256,,,585,,',
119
- ',,-652,-652,-652,,595,594,598,597,266,267,,-652,-652,,-652,-652,-652',
120
- '-652,-652,,,,,,253,,259,,255,254,251,252,,,,,,,,,591,,-652,-652,-652',
121
- '-652,-652,-652,-652,-652,-652,-652,-652,-652,-652,-652,,,-652,-652,-652',
122
- ',,-652,,290,-652,,,-652,-652,,-652,,-652,,-652,,-652,-652,-652,-652',
123
- '-652,-652,-652,,-652,-652,-652,,,,,,,,,,,,,-652,-652,-631,-652,,-652',
124
- ',,,-631,-631,-631,-652,,-631,-631,-631,-652,-631,256,,,,,,,,-631,-631',
125
- '-631,-631,,,,,266,267,,-631,-631,,-631,-631,-631,-631,-631,,,,,,253',
126
- ',,,255,254,251,252,,,,,,,,,,,-631,-631,-631,-631,-631,-631,-631,-631',
127
- '-631,-631,-631,-631,-631,-631,,,-631,-631,-631,,,-631,,,-631,,,-631',
128
- '-631,,-631,,-631,,-631,,-631,-631,-631,-631,-631,-631,-631,,-631,-631',
129
- '-631,582,,579,578,577,587,580,,,,,,-631,-631,-631,-631,590,-631,-632',
130
- '-631,,,,,-631,-632,-632,-632,,-631,-632,-632,-632,,-632,,,,585,,,,,-632',
131
- '-632,-632,-632,595,594,598,597,,,,-632,-632,,-632,-632,-632,-632,-632',
132
- ',,,,,,,,,,,,,,,,,,,,,591,,-632,-632,-632,-632,-632,-632,-632,-632,-632',
133
- '-632,-632,-632,-632,-632,,,-632,-632,-632,,,-632,,,-632,,,-632,-632',
134
- ',-632,,-632,,-632,,-632,-632,-632,-632,-632,-632,-632,,-632,-632,-632',
135
- '582,,579,578,577,587,580,,,,,,-632,-632,-632,-632,590,-632,-652,-632',
136
- ',,,,-632,-652,-652,-652,,-632,-652,-652,-652,,-652,,,,585,,,,,-652,-652',
137
- ',,,,598,597,,,,-652,-652,,-652,-652,-652,-652,-652,,582,,579,578,577',
138
- '587,580,,,,,,,,,,590,,,,591,,,,,,,,,,,,,-652,,,,,585,,-652,,,,,290,-652',
139
- '595,594,598,597,,,,,,,,,,,,,,,,,-652,-652,,,,,,,,,,,,,-652,,591,,,-652',
140
- '312,85,86,87,12,78,-652,,,79,80,-652,,,83,,81,82,84,33,34,76,77,,,,',
117
+ '579,578,577,587,580,1067,1067,1067,,,-296,-296,-296,-296,590,-296,-651',
118
+ '-296,,,,,-296,-651,-651,-651,,-296,-651,-651,-651,,-651,256,,,585,,',
119
+ ',,-651,-651,-651,,595,594,598,597,266,267,,-651,-651,,-651,-651,-651',
120
+ '-651,-651,,,,,,253,,259,,255,254,251,252,,,,,,,,,591,,-651,-651,-651',
121
+ '-651,-651,-651,-651,-651,-651,-651,-651,-651,-651,-651,,,-651,-651,-651',
122
+ ',,-651,,290,-651,,,-651,-651,,-651,,-651,,-651,,-651,-651,-651,-651',
123
+ '-651,-651,-651,,-651,-651,-651,,,,,,,,,,,,,-651,-651,-630,-651,,-651',
124
+ ',,,-630,-630,-630,-651,,-630,-630,-630,-651,-630,256,,,,,,,,-630,-630',
125
+ '-630,-630,,,,,266,267,,-630,-630,,-630,-630,-630,-630,-630,,,,,,253',
126
+ ',,,255,254,251,252,,,,,,,,,,,-630,-630,-630,-630,-630,-630,-630,-630',
127
+ '-630,-630,-630,-630,-630,-630,,,-630,-630,-630,,,-630,,,-630,,,-630',
128
+ '-630,,-630,,-630,,-630,,-630,-630,-630,-630,-630,-630,-630,,-630,-630',
129
+ '-630,582,,579,578,577,587,580,,,,,,-630,-630,-630,-630,590,-630,-631',
130
+ '-630,,,,,-630,-631,-631,-631,,-630,-631,-631,-631,,-631,,,,585,,,,,-631',
131
+ '-631,-631,-631,595,594,598,597,,,,-631,-631,,-631,-631,-631,-631,-631',
132
+ ',,,,,,,,,,,,,,,,,,,,,591,,-631,-631,-631,-631,-631,-631,-631,-631,-631',
133
+ '-631,-631,-631,-631,-631,,,-631,-631,-631,,,-631,,,-631,,,-631,-631',
134
+ ',-631,,-631,,-631,,-631,-631,-631,-631,-631,-631,-631,,-631,-631,-631',
135
+ '582,,579,578,577,587,580,,,,,,-631,-631,-631,-631,590,-631,-651,-631',
136
+ ',,,,-631,-651,-651,-651,,-631,-651,-651,-651,,-651,,,,585,,,,,-651,-651',
137
+ ',,,,598,597,,,,-651,-651,,-651,-651,-651,-651,-651,,582,,579,578,577',
138
+ '587,580,,,,,,,,,,590,,,,591,,,,,,,,,,,,,-651,,,,,585,,-651,,,,,290,-651',
139
+ '595,594,598,597,,,,,,,,,,,,,,,,,-651,-651,,,,,,,,,,,,,-651,,591,,,-651',
140
+ '312,85,86,87,12,78,-651,,,79,80,-651,,,83,,81,82,84,33,34,76,77,,,,',
141
141
  ',88,31,30,116,115,117,118,,,22,,,,,664,11,49,314,13,120,119,121,110',
142
142
  '60,112,111,113,,114,122,123,,106,107,,45,46,44,256,260,261,262,263,273',
143
143
  '274,268,269,264,265,,249,250,,,266,267,,43,,,316,,,62,63,,,64,,38,253',
@@ -184,44 +184,44 @@ clist = [
184
184
  '86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115',
185
185
  '117,118,,,22,,,,,,11,49,314,13,120,119,121,110,60,112,111,113,,114,122',
186
186
  '123,,106,107,,45,46,44,256,260,261,262,263,273,274,268,269,264,265,',
187
- '-653,-653,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
187
+ '-652,-652,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
188
188
  '252,272,271,257,23,258,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
189
189
  '100,102,,,108,109,312,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
190
190
  '76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,314,13,120,119,121',
191
191
  '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,256,260,261,262,263',
192
- '273,274,268,269,264,265,,-653,-653,,,266,267,,43,,,36,,,62,63,,,64,',
192
+ '273,274,268,269,264,265,,-652,-652,,,266,267,,43,,,36,,,62,63,,,64,',
193
193
  '38,253,,259,48,255,254,251,252,272,271,257,23,258,,,,103,95,97,98,99',
194
194
  '101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,8,85,86,87,12,78,,,,79',
195
195
  '80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,',
196
196
  ',,,11,49,10,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107',
197
- ',45,46,44,256,-653,-653,-653,-653,273,274,,,-653,-653,,,,,,266,267,',
197
+ ',45,46,44,256,-652,-652,-652,-652,273,274,,,-652,-652,,,,,,266,267,',
198
198
  '43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251,252,272,271,257,23',
199
199
  '258,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109',
200
200
  '312,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30',
201
201
  '116,115,117,118,,,22,,,,,,11,49,314,13,120,119,121,110,60,112,111,113',
202
- ',114,122,123,,106,107,,45,46,44,256,-653,-653,-653,-653,273,274,,,-653',
203
- '-653,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
202
+ ',114,122,123,,106,107,,45,46,44,256,-652,-652,-652,-652,273,274,,,-652',
203
+ '-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
204
204
  '252,272,271,257,23,258,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
205
205
  '100,102,,,108,109,312,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
206
206
  '76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,314,13,120,119,121',
207
- '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,256,-653,-653,-653',
208
- '-653,273,274,,,-653,-653,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253',
207
+ '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,256,-652,-652,-652',
208
+ '-652,273,274,,,-652,-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253',
209
209
  ',259,48,255,254,251,252,272,271,257,23,258,,,,103,95,97,98,99,101,,',
210
210
  ',96,104,,,,,,,66,,,93,100,102,,,108,109,312,85,86,87,12,78,,,,79,80',
211
211
  ',,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,',
212
212
  '11,49,314,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45',
213
- '46,44,256,-653,-653,-653,-653,273,274,,,-653,-653,,,,,,266,267,,43,',
213
+ '46,44,256,-652,-652,-652,-652,273,274,,,-652,-652,,,,,,266,267,,43,',
214
214
  ',36,,,62,63,,,64,,38,253,,259,48,255,254,251,252,272,271,257,23,258',
215
215
  ',,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,312',
216
216
  '85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116',
217
217
  '115,117,118,,,22,,,,,,11,49,314,13,120,119,121,110,60,112,111,113,,114',
218
- '122,123,,106,107,,45,46,44,256,-653,-653,-653,-653,273,274,,,-653,-653',
218
+ '122,123,,106,107,,45,46,44,256,-652,-652,-652,-652,273,274,,,-652,-652',
219
219
  ',,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251,252,272',
220
220
  '271,257,23,258,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102',
221
221
  ',,108,109,312,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,',
222
222
  ',,,88,31,30,116,115,117,118,,,22,,,,,,11,49,314,13,120,119,121,110,60',
223
- '112,111,113,,114,122,123,,106,107,,45,46,44,256,-653,-653,-653,-653',
224
- '273,274,,,-653,-653,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259',
223
+ '112,111,113,,114,122,123,,106,107,,45,46,44,256,-652,-652,-652,-652',
224
+ '273,274,,,-652,-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259',
225
225
  '48,255,254,251,252,272,271,257,23,258,,,,103,95,97,98,99,101,,,,96,104',
226
226
  ',,,,,,66,,,93,100,102,,,108,109,312,85,86,87,12,78,,,,79,80,,,,83,,81',
227
227
  '82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,314',
@@ -1973,20 +1973,20 @@ racc_action_pointer = [
1973
1973
  26146, nil, nil, nil, nil, 1318, nil ]
1974
1974
 
1975
1975
  racc_action_default = [
1976
- -1, -653, -652, -653, -2, -639, -4, -5, -653, -8,
1977
- -9, -653, -653, -653, -35, -653, -653, -39, -653, -653,
1978
- -295, -51, -641, -653, -56, -61, -62, -63, -67, -272,
1979
- -272, -272, -310, -344, -345, -79, -652, -83, -91, -93,
1980
- -653, -539, -540, -653, -653, -653, -653, -231, -653, -641,
1976
+ -1, -652, -651, -652, -2, -638, -4, -5, -652, -8,
1977
+ -9, -652, -652, -652, -35, -652, -652, -39, -652, -652,
1978
+ -295, -51, -640, -652, -56, -61, -62, -63, -67, -272,
1979
+ -272, -272, -310, -344, -345, -79, -651, -83, -91, -93,
1980
+ -652, -539, -540, -652, -652, -652, -652, -231, -652, -640,
1981
1981
  -245, -286, -287, -288, -289, -290, -291, -292, -293, -294,
1982
- -625, -297, -299, -306, -308, -318, -424, -653, -653, -58,
1983
- -58, -639, -653, -328, -335, -653, -346, -347, -349, -350,
1982
+ -624, -297, -299, -306, -308, -318, -424, -652, -652, -58,
1983
+ -58, -638, -652, -328, -335, -652, -346, -347, -349, -350,
1984
1984
  -351, -352, -353, -354, -355, -356, -357, -358, -367, -469,
1985
- -470, -471, -472, -473, -474, -652, -477, -652, -652, -652,
1986
- -487, -652, -652, -652, -515, -521, -523, -524, -525, -526,
1987
- -623, -528, -529, -624, -531, -532, -533, -534, -535, -536,
1988
- -537, -538, -543, -544, 1097, -3, -640, -648, -649, -650,
1989
- -7, -653, -653, -653, -653, -653, -653, -23, -653, -122,
1985
+ -470, -471, -472, -473, -474, -651, -477, -651, -651, -651,
1986
+ -487, -651, -651, -651, -515, -521, -523, -524, -525, -526,
1987
+ -622, -528, -529, -623, -531, -532, -533, -534, -535, -536,
1988
+ -537, -538, -543, -544, 1097, -3, -639, -647, -648, -649,
1989
+ -7, -652, -652, -652, -652, -652, -652, -23, -652, -122,
1990
1990
  -123, -124, -125, -126, -127, -128, -129, -130, -134, -135,
1991
1991
  -136, -137, -138, -139, -140, -141, -142, -143, -144, -145,
1992
1992
  -146, -147, -148, -149, -150, -151, -152, -153, -154, -155,
@@ -1995,94 +1995,94 @@ racc_action_default = [
1995
1995
  -176, -177, -178, -179, -180, -181, -182, -183, -184, -185,
1996
1996
  -186, -187, -188, -189, -190, -191, -192, -193, -194, -195,
1997
1997
  -196, -197, -198, -199, -200, -201, -202, -203, -204, -205,
1998
- -28, -131, -652, -653, -653, -653, -653, -653, -652, -653,
1999
- -653, -635, -636, -653, -653, -641, -642, -55, -653, -539,
2000
- -540, -653, -295, -653, -653, -237, -653, -652, -653, -653,
2001
- -653, -653, -653, -653, -653, -653, -653, -653, -653, -653,
2002
- -653, -653, -653, -653, -653, -653, -653, -653, -653, -653,
2003
- -653, -246, -247, -248, -249, -653, -360, -453, -432, -653,
2004
- -637, -638, -68, -653, -317, -359, -653, -446, -448, -74,
2005
- -652, -443, -75, -641, -76, -252, -267, -652, -652, -271,
2006
- -653, -277, -653, -652, -617, -653, -653, -77, -78, -639,
2007
- -17, -18, -653, -21, -22, -81, -652, -641, -653, -84,
2008
- -87, -652, -99, -100, -653, -653, -107, -310, -313, -641,
2009
- -436, -344, -345, -348, -444, -653, -89, -653, -95, -305,
2010
- -522, -653, -225, -226, -653, -238, -653, -652, -301, -641,
2011
- -652, -652, -319, -320, -571, -57, -653, -653, -653, -652,
2012
- -652, -639, -653, -640, -539, -540, -653, -653, -295, -653,
2013
- -377, -378, -653, -331, -653, -122, -123, -165, -166, -167,
2014
- -183, -188, -195, -198, -338, -653, -539, -540, -612, -613,
2015
- -475, -653, -499, -653, -501, -653, -503, -653, -653, -482,
2016
- -653, -652, -653, -653, -495, -653, -653, -497, -653, -514,
2017
- -516, -517, -518, -519, -6, -651, -29, -30, -31, -32,
2018
- -33, -10, -11, -653, -25, -26, -27, -132, -653, -36,
2019
- -38, -282, -653, -653, -281, -37, -653, -40, -653, -295,
1998
+ -28, -131, -651, -652, -652, -652, -652, -652, -651, -652,
1999
+ -652, -634, -635, -652, -652, -640, -641, -55, -652, -539,
2000
+ -540, -652, -295, -652, -652, -237, -652, -651, -652, -652,
2001
+ -652, -652, -652, -652, -652, -652, -652, -652, -652, -652,
2002
+ -652, -652, -652, -652, -652, -652, -652, -652, -652, -652,
2003
+ -652, -246, -247, -248, -249, -652, -360, -453, -432, -652,
2004
+ -636, -637, -68, -652, -317, -359, -652, -446, -448, -74,
2005
+ -651, -443, -75, -640, -76, -252, -267, -651, -651, -271,
2006
+ -652, -277, -652, -651, -616, -652, -652, -77, -78, -638,
2007
+ -17, -18, -652, -21, -22, -81, -651, -640, -652, -84,
2008
+ -87, -651, -99, -100, -652, -652, -107, -310, -313, -640,
2009
+ -436, -344, -345, -348, -444, -652, -89, -652, -95, -305,
2010
+ -522, -652, -225, -226, -652, -238, -652, -651, -301, -640,
2011
+ -651, -651, -319, -320, -571, -57, -652, -652, -652, -651,
2012
+ -651, -638, -652, -639, -539, -540, -652, -652, -295, -652,
2013
+ -377, -378, -652, -331, -652, -122, -123, -165, -166, -167,
2014
+ -183, -188, -195, -198, -338, -652, -539, -540, -611, -612,
2015
+ -475, -652, -499, -652, -501, -652, -503, -652, -652, -482,
2016
+ -652, -651, -652, -652, -495, -652, -652, -497, -652, -514,
2017
+ -516, -517, -518, -519, -6, -650, -29, -30, -31, -32,
2018
+ -33, -10, -11, -652, -25, -26, -27, -132, -652, -36,
2019
+ -38, -282, -652, -652, -281, -37, -652, -40, -652, -295,
2020
2020
  -48, -50, -206, -257, -277, -52, -53, -41, -207, -257,
2021
- -641, -262, -263, -652, -652, -626, -627, -272, -441, -628,
2022
- -629, -627, -626, -272, -440, -442, -628, -629, -47, -215,
2023
- -54, -641, -316, -653, -653, -653, -652, -305, -653, -653,
2024
- -653, -216, -217, -218, -219, -220, -221, -222, -223, -227,
2021
+ -640, -262, -263, -651, -651, -625, -626, -272, -441, -627,
2022
+ -628, -626, -625, -272, -440, -442, -627, -628, -47, -215,
2023
+ -54, -640, -316, -652, -652, -652, -651, -305, -652, -652,
2024
+ -652, -216, -217, -218, -219, -220, -221, -222, -223, -227,
2025
2025
  -228, -229, -230, -232, -233, -234, -235, -236, -239, -240,
2026
- -241, -242, -641, -250, -653, -454, -272, -626, -627, -65,
2027
- -69, -273, -437, -450, -453, -641, -641, -312, -268, -653,
2028
- -276, -269, -653, -274, -653, -278, -653, -620, -622, -16,
2029
- -640, -20, -641, -80, -303, -96, -85, -653, -641, -652,
2030
- -653, -653, -106, -653, -522, -653, -92, -97, -653, -653,
2031
- -653, -653, -251, -243, -653, -461, -653, -641, -300, -253,
2032
- -645, -645, -653, -653, -615, -645, -653, -425, -571, -428,
2033
- -611, -611, -554, -556, -556, -556, -570, -573, -574, -575,
2034
- -576, -577, -578, -579, -580, -653, -582, -584, -586, -591,
2035
- -593, -594, -596, -601, -603, -604, -606, -607, -608, -653,
2036
- -652, -368, -369, -652, -653, -653, -653, -653, -653, -363,
2037
- -456, -652, -653, -653, -305, -58, -117, -118, -653, -120,
2038
- -653, -295, -652, -653, -336, -549, -341, -633, -634, -653,
2026
+ -241, -242, -640, -250, -652, -454, -272, -625, -626, -65,
2027
+ -69, -273, -437, -450, -453, -640, -640, -312, -268, -652,
2028
+ -276, -269, -652, -274, -652, -278, -652, -619, -621, -16,
2029
+ -639, -20, -640, -80, -303, -96, -85, -652, -640, -651,
2030
+ -652, -652, -106, -652, -522, -652, -92, -97, -652, -652,
2031
+ -652, -652, -251, -243, -652, -461, -652, -640, -300, -253,
2032
+ -644, -644, -652, -652, -614, -644, -652, -425, -571, -428,
2033
+ -610, -610, -554, -556, -556, -556, -570, -572, -573, -574,
2034
+ -575, -576, -577, -578, -579, -652, -581, -583, -585, -590,
2035
+ -592, -593, -595, -600, -602, -603, -605, -606, -607, -652,
2036
+ -651, -368, -369, -651, -652, -652, -652, -652, -652, -363,
2037
+ -456, -651, -652, -652, -305, -58, -117, -118, -652, -120,
2038
+ -652, -295, -651, -652, -336, -549, -341, -632, -633, -652,
2039
2039
  -476, -500, -505, -506, -508, -478, -502, -479, -504, -480,
2040
- -481, -653, -484, -486, -653, -489, -491, -492, -653, -493,
2041
- -494, -653, -520, -652, -24, -653, -34, -285, -653, -653,
2042
- -652, -653, -653, -653, -653, -445, -653, -264, -266, -653,
2043
- -653, -70, -260, -261, -438, -653, -653, -72, -439, -315,
2044
- -643, -626, -627, -626, -627, -641, -653, -431, -652, -64,
2045
- -433, -450, -653, -451, -653, -259, -311, -652, -275, -279,
2046
- -653, -618, -619, -653, -19, -82, -653, -88, -94, -641,
2047
- -626, -627, -652, -630, -105, -653, -90, -653, -653, -224,
2048
- -641, -652, -361, -652, -298, -366, -302, -254, -647, -646,
2049
- -256, -647, -307, -309, -616, -653, -641, -653, -552, -553,
2050
- -653, -653, -563, -653, -566, -653, -568, -653, -379, -653,
2051
- -381, -383, -390, -641, -585, -595, -605, -609, -652, -370,
2052
- -652, -59, -371, -372, -323, -324, -653, -326, -653, -641,
2053
- -626, -627, -630, -304, -652, -117, -118, -119, -653, -653,
2054
- -652, -329, -545, -547, -332, -652, -652, -571, -571, -653,
2055
- -641, -653, -652, -483, -485, -653, -488, -496, -498, -653,
2056
- -133, -283, -653, -641, -626, -627, -627, -626, -49, -258,
2057
- -653, -644, -652, -43, -209, -44, -210, -71, -45, -212,
2058
- -46, -211, -73, -653, -653, -653, -653, -445, -653, -413,
2059
- -414, -641, -416, -652, -435, -434, -653, -447, -652, -449,
2060
- -270, -280, -621, -86, -445, -98, -214, -314, -13, -15,
2061
- -362, -364, -652, -468, -462, -652, -463, -464, -645, -426,
2062
- -652, -652, -418, -641, -611, -592, -610, -555, -556, -556,
2063
- -583, -556, -556, -602, -556, -580, -597, -641, -653, -388,
2064
- -653, -581, -653, -365, -373, -653, -375, -652, -653, -60,
2065
- -325, -653, -445, -653, -117, -118, -121, -641, -652, -653,
2066
- -653, -653, -339, -641, -653, -342, -614, -507, -510, -511,
2067
- -512, -513, -653, -490, -12, -284, -445, -42, -208, -265,
2068
- -653, -244, -611, -611, -395, -652, -652, -652, -412, -653,
2069
- -641, -580, -588, -589, -599, -455, -66, -652, -652, -467,
2070
- -653, -653, -466, -255, -653, -653, -653, -427, -551, -653,
2071
- -559, -653, -561, -653, -564, -653, -567, -569, -380, -382,
2072
- -386, -653, -391, -321, -653, -376, -322, -653, -652, -327,
2073
- -445, -653, -653, -333, -337, -653, -548, -550, -549, -509,
2074
- -653, -393, -394, -403, -397, -405, -653, -408, -653, -410,
2075
- -415, -653, -653, -587, -653, -452, -652, -652, -539, -540,
2076
- -653, -653, -295, -465, -429, -430, -641, -420, -422, -423,
2077
- -556, -556, -556, -556, -384, -653, -389, -653, -652, -279,
2078
- -652, -330, -546, -652, -340, -652, -611, -590, -396, -652,
2079
- -652, -652, -652, -600, -652, -417, -598, -653, -305, -14,
2080
- -461, -652, -653, -653, -305, -419, -653, -653, -557, -560,
2081
- -562, -565, -653, -387, -652, -457, -458, -459, -653, -653,
2082
- -392, -653, -400, -653, -402, -653, -406, -653, -409, -411,
2083
- -304, -630, -460, -641, -626, -627, -630, -304, -421, -556,
2084
- -385, -374, -334, -343, -652, -652, -652, -652, -445, -558,
2085
- -653, -398, -401, -404, -407, -652, -399 ]
2040
+ -481, -652, -484, -486, -652, -489, -491, -492, -652, -493,
2041
+ -494, -652, -520, -651, -24, -652, -34, -285, -652, -652,
2042
+ -651, -652, -652, -652, -652, -445, -652, -264, -266, -652,
2043
+ -652, -70, -260, -261, -438, -652, -652, -72, -439, -315,
2044
+ -642, -625, -626, -625, -626, -640, -652, -431, -651, -64,
2045
+ -433, -450, -652, -451, -652, -259, -311, -651, -275, -279,
2046
+ -652, -617, -618, -652, -19, -82, -652, -88, -94, -640,
2047
+ -625, -626, -651, -629, -105, -652, -90, -652, -652, -224,
2048
+ -640, -651, -361, -651, -298, -366, -302, -254, -646, -645,
2049
+ -256, -646, -307, -309, -615, -652, -640, -652, -552, -553,
2050
+ -652, -652, -563, -652, -566, -652, -568, -652, -379, -652,
2051
+ -381, -383, -390, -640, -584, -594, -604, -608, -651, -370,
2052
+ -651, -59, -371, -372, -323, -324, -652, -326, -652, -640,
2053
+ -625, -626, -629, -304, -651, -117, -118, -119, -652, -652,
2054
+ -651, -329, -545, -547, -332, -651, -651, -571, -571, -652,
2055
+ -640, -652, -651, -483, -485, -652, -488, -496, -498, -652,
2056
+ -133, -283, -652, -640, -625, -626, -626, -625, -49, -258,
2057
+ -652, -643, -651, -43, -209, -44, -210, -71, -45, -212,
2058
+ -46, -211, -73, -652, -652, -652, -652, -445, -652, -413,
2059
+ -414, -640, -416, -651, -435, -434, -652, -447, -651, -449,
2060
+ -270, -280, -620, -86, -445, -98, -214, -314, -13, -15,
2061
+ -362, -364, -651, -468, -462, -651, -463, -464, -644, -426,
2062
+ -651, -651, -418, -640, -610, -591, -609, -555, -556, -556,
2063
+ -582, -556, -556, -601, -556, -579, -596, -640, -652, -388,
2064
+ -652, -580, -652, -365, -373, -652, -375, -651, -652, -60,
2065
+ -325, -652, -445, -652, -117, -118, -121, -640, -651, -652,
2066
+ -652, -652, -339, -640, -652, -342, -613, -507, -510, -511,
2067
+ -512, -513, -652, -490, -12, -284, -445, -42, -208, -265,
2068
+ -652, -244, -610, -610, -395, -651, -651, -651, -412, -652,
2069
+ -640, -579, -587, -588, -598, -455, -66, -651, -651, -467,
2070
+ -652, -652, -466, -255, -652, -652, -652, -427, -551, -652,
2071
+ -559, -652, -561, -652, -564, -652, -567, -569, -380, -382,
2072
+ -386, -652, -391, -321, -652, -376, -322, -652, -651, -327,
2073
+ -445, -652, -652, -333, -337, -652, -548, -550, -549, -509,
2074
+ -652, -393, -394, -403, -397, -405, -652, -408, -652, -410,
2075
+ -415, -652, -652, -586, -652, -452, -651, -651, -539, -540,
2076
+ -652, -652, -295, -465, -429, -430, -640, -420, -422, -423,
2077
+ -556, -556, -556, -556, -384, -652, -389, -652, -651, -279,
2078
+ -651, -330, -546, -651, -340, -651, -610, -589, -396, -651,
2079
+ -651, -651, -651, -599, -651, -417, -597, -652, -305, -14,
2080
+ -461, -651, -652, -652, -305, -419, -652, -652, -557, -560,
2081
+ -562, -565, -652, -387, -651, -457, -458, -459, -652, -652,
2082
+ -392, -652, -400, -652, -402, -652, -406, -652, -409, -411,
2083
+ -304, -629, -460, -640, -625, -626, -629, -304, -421, -556,
2084
+ -385, -374, -334, -343, -651, -651, -651, -651, -445, -558,
2085
+ -652, -398, -401, -404, -407, -651, -399 ]
2086
2086
 
2087
2087
  clist = [
2088
2088
  '6,352,234,129,450,457,463,278,384,356,357,608,701,361,296,296,296,142',
@@ -2206,36 +2206,36 @@ clist = [
2206
2206
  end
2207
2207
 
2208
2208
  clist = [
2209
- '6,104,39,120,35,49,49,173,69,23,23,115,222,23,45,45,45,70,70,14,15,87',
2209
+ '6,104,39,120,35,49,49,173,69,23,23,115,221,23,45,45,45,70,70,14,15,87',
2210
2210
  '37,123,2,89,9,26,172,39,37,36,9,84,84,84,69,12,41,41,62,108,108,28,28',
2211
- '79,79,212,30,30,51,5,30,211,8,49,21,21,109,86,86,86,205,64,63,194,35',
2212
- '73,73,120,155,155,77,23,23,23,23,111,190,217,79,70,74,74,164,90,9,195',
2211
+ '79,79,211,30,30,51,5,30,210,8,49,21,21,109,86,86,86,205,64,63,194,35',
2212
+ '73,73,120,155,155,77,23,23,23,23,111,190,216,79,70,74,74,164,90,9,195',
2213
2213
  '90,195,58,17,195,6,59,6,6,6,150,6,6,6,195,85,85,52,160,162,85,70,151',
2214
- '7,30,30,30,30,148,5,32,24,67,218,24,161,32,161,1,191,24,3,57,57,57,191',
2214
+ '7,30,30,30,30,148,5,32,24,67,217,24,161,32,161,1,191,24,3,57,57,57,191',
2215
2215
  '174,166,10,68,167,68,11,13,16,18,20,22,25,76,29,31,9,42,44,76,48,54',
2216
- '75,80,222,9,83,88,100,103,50,50,50,106,117,119,124,125,126,127,128,129',
2216
+ '75,80,221,9,83,88,100,103,50,50,50,106,117,119,124,125,126,127,128,129',
2217
2217
  '130,131,132,164,133,89,134,135,136,137,138,139,140,141,152,151,158,165',
2218
- '168,169,218,170,171,177,178,180,182,183,184,14,30,30,185,186,45,189',
2219
- '192,161,193,30,30,196,197,198,87,222,199,200,84,84,6,26,26,7,14,26,201',
2220
- '90,90,166,70,26,167,202,203,37,172,204,209,151,214,60,215,221,49,49',
2221
- '35,,,148,115,162,160,,,212,150,64,,45,36,211,,,,64,45,,,45,205,87,164',
2222
- ',67,,151,52,84,217,190,34,6,212,36,,,34,84,6,6,,,14,23,6,,,14,60,,120',
2218
+ '168,169,217,170,171,177,178,180,182,183,184,14,30,30,185,186,45,189',
2219
+ '192,161,193,30,30,196,197,198,87,221,199,200,84,84,6,26,26,7,14,26,201',
2220
+ '90,90,166,70,26,167,202,203,37,172,204,209,151,213,60,214,220,49,49',
2221
+ '35,,,148,115,162,160,,,211,150,64,,45,36,210,,,,64,45,,,45,205,87,164',
2222
+ ',67,,151,52,84,216,190,34,6,211,36,,,34,84,6,6,,,14,23,6,,,14,60,,120',
2223
2223
  '34,39,86,194,,,,35,49,34,34,34,86,34,34,34,,87,49,37,79,60,,161,,,,195',
2224
2224
  '9,111,195,30,62,,14,14,37,79,63,34,6,6,36,84,34,34,109,5,34,34,8,120',
2225
- ',60,,77,155,161,17,,161,37,58,174,,212,59,58,123,86,86,59,79,57,79,',
2226
- '36,,,35,49,,,57,,,,,,102,76,6,76,85,,,,,,5,,222,,34,,,,,34,34,34,34',
2227
- '34,,155,155,89,,,,,70,39,,64,,,,35,49,49,51,211,37,211,161,149,51,102',
2225
+ ',60,,77,155,161,17,,161,37,58,174,,211,59,58,123,86,86,59,79,57,79,',
2226
+ '36,,,35,49,,,57,,,,,,102,76,6,76,85,,,,,,5,,221,,34,,,,,34,34,34,34',
2227
+ '34,,155,155,89,,,,,70,39,,64,,,,35,49,49,51,210,37,210,161,149,51,102',
2228
2228
  '102,87,102,,6,6,,87,6,,,45,,,172,172,,,87,,,21,,,,,,6,12,12,,36,73,',
2229
- '70,39,60,,90,211,211,,195,,208,208,208,74,205,205,87,,,,,,,6,15,,34',
2230
- '34,34,34,34,34,34,,,,,34,34,34,45,,12,,,155,60,60,,211,87,34,,,30,,6',
2229
+ '70,39,60,,90,210,210,,195,,208,208,208,74,205,205,87,,,,,,,6,15,,34',
2230
+ '34,34,34,34,34,34,,,,,34,34,34,45,,12,,,155,60,60,,210,87,34,,,30,,6',
2231
2231
  ',89,62,87,,28,60,79,86,70,62,,60,12,,79,24,49,35,70,,,32,32,,,24,24',
2232
2232
  '32,32,34,60,24,24,,,,34,108,,34,,,,,14,41,,14,,12,76,76,,50,45,,76,76',
2233
2233
  '34,50,,,34,120,87,30,34,34,102,149,6,30,149,,154,,,,,,70,6,,34,,,108',
2234
- '104,,,,,,34,,,,,,76,,,50,45,34,34,34,,,211,108,,6,87,,36,,,34,6,34,',
2235
- '70,,26,,39,,,70,115,,173,,26,26,2,,9,,26,26,,211,,,211,6,9,,39,,,,,86',
2234
+ '104,,,,,,34,,,,,,76,,,50,45,34,34,34,,,210,108,,6,87,,36,,,34,6,34,',
2235
+ '70,,26,,39,,,70,115,,173,,26,26,2,,9,,26,26,,210,,,210,6,9,,39,,,,,86',
2236
2236
  '6,,,,,21,32,,87,,24,87,154,,62,6,73,,12,79,12,39,,,6,62,6,69,102,84',
2237
2237
  '79,74,,,102,76,,60,,102,,,149,,149,,,102,76,76,76,76,,,39,,,,,,86,6',
2238
- '14,6,,211,34,45,,,60,,82,82,84,87,,,,,14,,,6,,,,,39,70,,208,208,,208',
2238
+ '14,6,,210,34,45,,,60,,82,82,84,87,,,,,14,,,6,,,,,39,70,,208,208,,208',
2239
2239
  '208,,208,,,70,,,,,,,60,,,,,,,,6,39,102,,26,34,102,35,49,149,149,,34',
2240
2240
  ',34,,,23,,,34,,,,,14,6,,,34,76,23,,14,82,,82,,,82,82,,,6,,,154,,,154',
2241
2241
  ',,154,,154,,30,,,,14,,,,149,60,149,39,,,30,,,,,34,,,34,60,,,,,,82,34',
@@ -2244,14 +2244,14 @@ clist = [
2244
2244
  ',,34,34,,,,,154,,,,120,,,,,53,82,,,,14,53,,,,,39,,,,,34,,,6,156,53,208',
2245
2245
  ',,79,14,34,37,,53,53,53,,53,,,,,,157,157,157,6,,,,,45,,,,6,6,6,6,,6',
2246
2246
  '87,,53,,,,6,53,53,,70,53,,,,,70,,,6,39,,,,,,34,,,,82,,34,82,,82,,34',
2247
- '34,,,,,,34,,,,213,6,6,6,6,,,,,,,,6,159,34,159,,,53,,,,,53,53,53,53,53',
2247
+ '34,,,,,,34,,,,212,6,6,6,6,,,,,,,,6,159,34,159,,,53,,,,,53,53,53,53,53',
2248
2248
  ',,,,,,,,,34,157,157,157,157,,157,,,,,,,,82,,,,,34,,,,,,,156,34,34,156',
2249
2249
  ',,156,,156,,,,,,,,,,,,,,,,,,34,,34,,157,157,157,157,,,,,159,34,34,157',
2250
2250
  ',,,,,,,,,53,53,53,53,53,53,53,82,,,,53,53,53,,,82,82,,,,,34,,,53,,34',
2251
- '34,,156,34,156,,156,213,156,,213,,,213,,213,,,,,,82,,,82,,,,,,34,156',
2251
+ '34,,156,34,156,,156,212,156,,212,,,212,,212,,,,,,82,,,82,,,,,,34,156',
2252
2252
  ',53,,,,,,,53,,,53,82,,,,,82,,,82,,34,,,,,34,,,53,,,,53,,82,,,53,,,,',
2253
- ',159,,159,34,159,,,,34,,34,213,82,213,,213,,213,,,53,,,,,,34,,,,,53',
2254
- '53,53,,,56,159,,159,213,,56,,,,82,,,,,,,,,,,56,,,,,,,,,56,56,56,,56',
2253
+ ',159,,159,34,159,,,,34,,34,212,82,212,,212,,212,,,53,,,,,,34,,,,,53',
2254
+ '53,53,,,56,159,,159,212,,56,,,,82,,,,,,,,,,,56,,,,,,,,,56,56,56,,56',
2255
2255
  ',,,,,,,,,,,,,,27,,,,,,27,,,,,56,,159,,,56,56,,,56,,,,,,,159,,159,,159',
2256
2256
  ',,27,,,,,,,,,,,,,,,,,,,,,,159,,,,27,,,,53,,,,,,27,,,,,56,,,82,,56,56',
2257
2257
  '56,56,56,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,33,,,,,27,33,82,53,,,,',
@@ -2337,8 +2337,8 @@ racc_goto_pointer = [
2337
2337
  -492, nil, -303, -817, -406, -515, -646, nil, nil, 119,
2338
2338
  -17, 30, 114, 115, -333, -306, -184, 118, 118, 120,
2339
2339
  -568, -401, -395, 137, -539, -292, nil, nil, -82, -497,
2340
- nil, -301, -694, 250, -491, -732, nil, -664, -865, nil,
2341
- nil, -140, -510 ]
2340
+ -301, -694, 250, -491, -732, nil, -664, -865, nil, nil,
2341
+ -140, -510 ]
2342
2342
 
2343
2343
  racc_goto_default = [
2344
2344
  nil, nil, nil, nil, 5, nil, 310, 7, 363, 313,
@@ -2362,8 +2362,8 @@ racc_goto_default = [
2362
2362
  nil, 505, nil, nil, nil, nil, nil, 89, 92, 94,
2363
2363
  nil, nil, nil, nil, nil, 631, nil, nil, nil, nil,
2364
2364
  nil, nil, nil, nil, nil, 867, 788, 570, nil, 574,
2365
- nil, 875, 586, 588, 589, 933, 592, 593, 934, 596,
2366
- 599, nil, 304 ]
2365
+ 875, 586, 588, 589, 933, 592, 593, 934, 596, 599,
2366
+ nil, 304 ]
2367
2367
 
2368
2368
  racc_reduce_table = [
2369
2369
  0, 0, :racc_error,
@@ -2938,57 +2938,56 @@ racc_reduce_table = [
2938
2938
  4, 320, :_reduce_569,
2939
2939
  1, 320, :_reduce_570,
2940
2940
  0, 320, :_reduce_571,
2941
- 1, 358, :_reduce_none,
2941
+ 1, 315, :_reduce_572,
2942
2942
  1, 315, :_reduce_573,
2943
2943
  1, 315, :_reduce_574,
2944
2944
  1, 315, :_reduce_575,
2945
- 1, 315, :_reduce_576,
2946
2945
  1, 297, :_reduce_none,
2947
- 1, 297, :_reduce_578,
2946
+ 1, 297, :_reduce_577,
2947
+ 1, 358, :_reduce_none,
2948
2948
  1, 359, :_reduce_none,
2949
+ 3, 359, :_reduce_580,
2950
+ 1, 307, :_reduce_581,
2951
+ 3, 307, :_reduce_582,
2949
2952
  1, 360, :_reduce_none,
2950
- 3, 360, :_reduce_581,
2951
- 1, 307, :_reduce_582,
2952
- 3, 307, :_reduce_583,
2953
- 1, 361, :_reduce_none,
2954
- 2, 362, :_reduce_585,
2955
- 1, 362, :_reduce_586,
2956
- 2, 363, :_reduce_587,
2957
- 1, 363, :_reduce_588,
2953
+ 2, 361, :_reduce_584,
2954
+ 1, 361, :_reduce_585,
2955
+ 2, 362, :_reduce_586,
2956
+ 1, 362, :_reduce_587,
2958
2957
  1, 301, :_reduce_none,
2959
- 3, 301, :_reduce_590,
2958
+ 3, 301, :_reduce_589,
2960
2959
  1, 355, :_reduce_none,
2961
- 3, 355, :_reduce_592,
2962
- 1, 364, :_reduce_none,
2963
- 1, 364, :_reduce_none,
2964
- 2, 302, :_reduce_595,
2965
- 1, 302, :_reduce_596,
2960
+ 3, 355, :_reduce_591,
2961
+ 1, 363, :_reduce_none,
2962
+ 1, 363, :_reduce_none,
2963
+ 2, 302, :_reduce_594,
2964
+ 1, 302, :_reduce_595,
2965
+ 3, 364, :_reduce_596,
2966
2966
  3, 365, :_reduce_597,
2967
- 3, 366, :_reduce_598,
2968
- 1, 308, :_reduce_599,
2969
- 3, 308, :_reduce_600,
2970
- 1, 357, :_reduce_601,
2971
- 3, 357, :_reduce_602,
2967
+ 1, 308, :_reduce_598,
2968
+ 3, 308, :_reduce_599,
2969
+ 1, 357, :_reduce_600,
2970
+ 3, 357, :_reduce_601,
2971
+ 1, 366, :_reduce_none,
2972
+ 1, 366, :_reduce_none,
2973
+ 2, 309, :_reduce_604,
2974
+ 1, 309, :_reduce_605,
2972
2975
  1, 367, :_reduce_none,
2973
2976
  1, 367, :_reduce_none,
2974
- 2, 309, :_reduce_605,
2975
- 1, 309, :_reduce_606,
2976
- 1, 368, :_reduce_none,
2977
- 1, 368, :_reduce_none,
2978
- 2, 304, :_reduce_609,
2979
- 2, 303, :_reduce_610,
2980
- 0, 303, :_reduce_611,
2977
+ 2, 304, :_reduce_608,
2978
+ 2, 303, :_reduce_609,
2979
+ 0, 303, :_reduce_610,
2981
2980
  1, 272, :_reduce_none,
2982
- 0, 369, :_reduce_613,
2983
- 4, 272, :_reduce_614,
2984
- 1, 251, :_reduce_615,
2981
+ 0, 368, :_reduce_612,
2982
+ 4, 272, :_reduce_613,
2983
+ 1, 251, :_reduce_614,
2985
2984
  2, 251, :_reduce_none,
2986
2985
  1, 234, :_reduce_none,
2987
- 3, 234, :_reduce_618,
2988
- 3, 370, :_reduce_619,
2989
- 2, 370, :_reduce_620,
2990
- 4, 370, :_reduce_621,
2991
- 2, 370, :_reduce_622,
2986
+ 3, 234, :_reduce_617,
2987
+ 3, 369, :_reduce_618,
2988
+ 2, 369, :_reduce_619,
2989
+ 4, 369, :_reduce_620,
2990
+ 2, 369, :_reduce_621,
2992
2991
  1, 203, :_reduce_none,
2993
2992
  1, 203, :_reduce_none,
2994
2993
  1, 203, :_reduce_none,
@@ -3014,13 +3013,13 @@ racc_reduce_table = [
3014
3013
  0, 233, :_reduce_none,
3015
3014
  1, 233, :_reduce_none,
3016
3015
  1, 233, :_reduce_none,
3017
- 1, 268, :_reduce_648,
3016
+ 1, 268, :_reduce_647,
3018
3017
  1, 268, :_reduce_none,
3019
3018
  1, 156, :_reduce_none,
3020
- 2, 156, :_reduce_651,
3021
- 0, 154, :_reduce_652 ]
3019
+ 2, 156, :_reduce_650,
3020
+ 0, 154, :_reduce_651 ]
3022
3021
 
3023
- racc_reduce_n = 653
3022
+ racc_reduce_n = 652
3024
3023
 
3025
3024
  racc_shift_n = 1097
3026
3025
 
@@ -3553,7 +3552,6 @@ Racc_token_to_s_table = [
3553
3552
  "f_kwarg",
3554
3553
  "opt_args_tail",
3555
3554
  "f_optarg",
3556
- "args_forward",
3557
3555
  "f_arg_asgn",
3558
3556
  "f_arg_item",
3559
3557
  "f_label",
@@ -6826,35 +6824,33 @@ def _reduce_571(val, _values, result)
6826
6824
  result
6827
6825
  end
6828
6826
 
6829
- # reduce 572 omitted
6830
-
6831
- def _reduce_573(val, _values, result)
6827
+ def _reduce_572(val, _values, result)
6832
6828
  yyerror "formal argument cannot be a constant"
6833
6829
 
6834
6830
  result
6835
6831
  end
6836
6832
 
6837
- def _reduce_574(val, _values, result)
6833
+ def _reduce_573(val, _values, result)
6838
6834
  yyerror "formal argument cannot be an instance variable"
6839
6835
 
6840
6836
  result
6841
6837
  end
6842
6838
 
6843
- def _reduce_575(val, _values, result)
6839
+ def _reduce_574(val, _values, result)
6844
6840
  yyerror "formal argument cannot be a global variable"
6845
6841
 
6846
6842
  result
6847
6843
  end
6848
6844
 
6849
- def _reduce_576(val, _values, result)
6845
+ def _reduce_575(val, _values, result)
6850
6846
  yyerror "formal argument cannot be a class variable"
6851
6847
 
6852
6848
  result
6853
6849
  end
6854
6850
 
6855
- # reduce 577 omitted
6851
+ # reduce 576 omitted
6856
6852
 
6857
- def _reduce_578(val, _values, result)
6853
+ def _reduce_577(val, _values, result)
6858
6854
  identifier = val[0].to_sym
6859
6855
  self.env[identifier] = :lvar
6860
6856
 
@@ -6863,17 +6859,17 @@ def _reduce_578(val, _values, result)
6863
6859
  result
6864
6860
  end
6865
6861
 
6866
- # reduce 579 omitted
6862
+ # reduce 578 omitted
6867
6863
 
6868
- # reduce 580 omitted
6864
+ # reduce 579 omitted
6869
6865
 
6870
- def _reduce_581(val, _values, result)
6866
+ def _reduce_580(val, _values, result)
6871
6867
  result = val[1]
6872
6868
 
6873
6869
  result
6874
6870
  end
6875
6871
 
6876
- def _reduce_582(val, _values, result)
6872
+ def _reduce_581(val, _values, result)
6877
6873
  arg, = val
6878
6874
 
6879
6875
  case arg
@@ -6889,7 +6885,7 @@ def _reduce_582(val, _values, result)
6889
6885
  result
6890
6886
  end
6891
6887
 
6892
- def _reduce_583(val, _values, result)
6888
+ def _reduce_582(val, _values, result)
6893
6889
  list, _, item = val
6894
6890
 
6895
6891
  if list.sexp_type == :args then
@@ -6903,9 +6899,9 @@ def _reduce_583(val, _values, result)
6903
6899
  result
6904
6900
  end
6905
6901
 
6906
- # reduce 584 omitted
6902
+ # reduce 583 omitted
6907
6903
 
6908
- def _reduce_585(val, _values, result)
6904
+ def _reduce_584(val, _values, result)
6909
6905
  # TODO: new_kw_arg
6910
6906
  (label, line), arg = val
6911
6907
 
@@ -6918,7 +6914,7 @@ def _reduce_585(val, _values, result)
6918
6914
  result
6919
6915
  end
6920
6916
 
6921
- def _reduce_586(val, _values, result)
6917
+ def _reduce_585(val, _values, result)
6922
6918
  (label, line), = val
6923
6919
 
6924
6920
  id = label.to_sym
@@ -6929,7 +6925,7 @@ def _reduce_586(val, _values, result)
6929
6925
  result
6930
6926
  end
6931
6927
 
6932
- def _reduce_587(val, _values, result)
6928
+ def _reduce_586(val, _values, result)
6933
6929
  # TODO: new_kw_arg
6934
6930
  (label, line), expr = val
6935
6931
  id = label.to_sym
@@ -6940,7 +6936,7 @@ def _reduce_587(val, _values, result)
6940
6936
  result
6941
6937
  end
6942
6938
 
6943
- def _reduce_588(val, _values, result)
6939
+ def _reduce_587(val, _values, result)
6944
6940
  # TODO: new_kw_arg
6945
6941
  (label, line), = val
6946
6942
  id = label.to_sym
@@ -6951,28 +6947,28 @@ def _reduce_588(val, _values, result)
6951
6947
  result
6952
6948
  end
6953
6949
 
6954
- # reduce 589 omitted
6950
+ # reduce 588 omitted
6955
6951
 
6956
- def _reduce_590(val, _values, result)
6952
+ def _reduce_589(val, _values, result)
6957
6953
  list, _, item = val
6958
6954
  result = list << item.last
6959
6955
 
6960
6956
  result
6961
6957
  end
6962
6958
 
6963
- # reduce 591 omitted
6959
+ # reduce 590 omitted
6964
6960
 
6965
- def _reduce_592(val, _values, result)
6961
+ def _reduce_591(val, _values, result)
6966
6962
  result = args val
6967
6963
 
6968
6964
  result
6969
6965
  end
6970
6966
 
6971
- # reduce 593 omitted
6967
+ # reduce 592 omitted
6972
6968
 
6973
- # reduce 594 omitted
6969
+ # reduce 593 omitted
6974
6970
 
6975
- def _reduce_595(val, _values, result)
6971
+ def _reduce_594(val, _values, result)
6976
6972
  name = val[1].to_sym
6977
6973
  self.assignable name
6978
6974
  result = :"**#{name}"
@@ -6980,34 +6976,33 @@ def _reduce_595(val, _values, result)
6980
6976
  result
6981
6977
  end
6982
6978
 
6983
- def _reduce_596(val, _values, result)
6979
+ def _reduce_595(val, _values, result)
6984
6980
  result = :"**"
6985
- self.env[result] = :lvar
6986
6981
 
6987
6982
  result
6988
6983
  end
6989
6984
 
6990
- def _reduce_597(val, _values, result)
6985
+ def _reduce_596(val, _values, result)
6991
6986
  result = self.assignable val[0], val[2]
6992
6987
  # TODO: detect duplicate names
6993
6988
 
6994
6989
  result
6995
6990
  end
6996
6991
 
6997
- def _reduce_598(val, _values, result)
6992
+ def _reduce_597(val, _values, result)
6998
6993
  result = self.assignable val[0], val[2]
6999
6994
 
7000
6995
  result
7001
6996
  end
7002
6997
 
7003
- def _reduce_599(val, _values, result)
6998
+ def _reduce_598(val, _values, result)
7004
6999
  optblk, = val
7005
7000
  result = s(:block, optblk).line optblk.line
7006
7001
 
7007
7002
  result
7008
7003
  end
7009
7004
 
7010
- def _reduce_600(val, _values, result)
7005
+ def _reduce_599(val, _values, result)
7011
7006
  optarg, _, optblk = val
7012
7007
  result = optarg
7013
7008
  result << optblk
@@ -7015,24 +7010,24 @@ def _reduce_600(val, _values, result)
7015
7010
  result
7016
7011
  end
7017
7012
 
7018
- def _reduce_601(val, _values, result)
7013
+ def _reduce_600(val, _values, result)
7019
7014
  opt, = val
7020
7015
  result = s(:block, opt).line opt.line
7021
7016
 
7022
7017
  result
7023
7018
  end
7024
7019
 
7025
- def _reduce_602(val, _values, result)
7020
+ def _reduce_601(val, _values, result)
7026
7021
  result = self.block_append val[0], val[2]
7027
7022
 
7028
7023
  result
7029
7024
  end
7030
7025
 
7031
- # reduce 603 omitted
7026
+ # reduce 602 omitted
7032
7027
 
7033
- # reduce 604 omitted
7028
+ # reduce 603 omitted
7034
7029
 
7035
- def _reduce_605(val, _values, result)
7030
+ def _reduce_604(val, _values, result)
7036
7031
  # TODO: differs from parse.y - needs tests
7037
7032
  name = val[1].to_sym
7038
7033
  self.assignable name
@@ -7041,7 +7036,7 @@ def _reduce_605(val, _values, result)
7041
7036
  result
7042
7037
  end
7043
7038
 
7044
- def _reduce_606(val, _values, result)
7039
+ def _reduce_605(val, _values, result)
7045
7040
  name = :"*"
7046
7041
  self.env[name] = :lvar
7047
7042
  result = name
@@ -7049,11 +7044,11 @@ def _reduce_606(val, _values, result)
7049
7044
  result
7050
7045
  end
7051
7046
 
7052
- # reduce 607 omitted
7047
+ # reduce 606 omitted
7053
7048
 
7054
- # reduce 608 omitted
7049
+ # reduce 607 omitted
7055
7050
 
7056
- def _reduce_609(val, _values, result)
7051
+ def _reduce_608(val, _values, result)
7057
7052
  identifier = val[1].to_sym
7058
7053
 
7059
7054
  self.env[identifier] = :lvar
@@ -7062,27 +7057,27 @@ def _reduce_609(val, _values, result)
7062
7057
  result
7063
7058
  end
7064
7059
 
7065
- def _reduce_610(val, _values, result)
7060
+ def _reduce_609(val, _values, result)
7066
7061
  result = val[1]
7067
7062
 
7068
7063
  result
7069
7064
  end
7070
7065
 
7071
- def _reduce_611(val, _values, result)
7066
+ def _reduce_610(val, _values, result)
7072
7067
  result = nil
7073
7068
 
7074
7069
  result
7075
7070
  end
7076
7071
 
7077
- # reduce 612 omitted
7072
+ # reduce 611 omitted
7078
7073
 
7079
- def _reduce_613(val, _values, result)
7074
+ def _reduce_612(val, _values, result)
7080
7075
  lexer.lex_state = EXPR_BEG
7081
7076
 
7082
7077
  result
7083
7078
  end
7084
7079
 
7085
- def _reduce_614(val, _values, result)
7080
+ def _reduce_613(val, _values, result)
7086
7081
  result = val[2]
7087
7082
  yyerror "Can't define single method for literals." if
7088
7083
  result.sexp_type == :lit
@@ -7090,17 +7085,17 @@ def _reduce_614(val, _values, result)
7090
7085
  result
7091
7086
  end
7092
7087
 
7093
- def _reduce_615(val, _values, result)
7088
+ def _reduce_614(val, _values, result)
7094
7089
  result = s(:array).line lexer.lineno
7095
7090
 
7096
7091
  result
7097
7092
  end
7098
7093
 
7099
- # reduce 616 omitted
7094
+ # reduce 615 omitted
7100
7095
 
7101
- # reduce 617 omitted
7096
+ # reduce 616 omitted
7102
7097
 
7103
- def _reduce_618(val, _values, result)
7098
+ def _reduce_617(val, _values, result)
7104
7099
  list = val[0].dup
7105
7100
  more = val[2].sexp_body
7106
7101
  list.push(*more) unless more.empty?
@@ -7110,14 +7105,14 @@ def _reduce_618(val, _values, result)
7110
7105
  result
7111
7106
  end
7112
7107
 
7113
- def _reduce_619(val, _values, result)
7108
+ def _reduce_618(val, _values, result)
7114
7109
  v1, _, v2 = val
7115
7110
  result = s(:array, v1, v2).line v1.line
7116
7111
 
7117
7112
  result
7118
7113
  end
7119
7114
 
7120
- def _reduce_620(val, _values, result)
7115
+ def _reduce_619(val, _values, result)
7121
7116
  (label, line), arg = val
7122
7117
 
7123
7118
  lit = s(:lit, label.to_sym).line line
@@ -7126,7 +7121,7 @@ def _reduce_620(val, _values, result)
7126
7121
  result
7127
7122
  end
7128
7123
 
7129
- def _reduce_621(val, _values, result)
7124
+ def _reduce_620(val, _values, result)
7130
7125
  _, sym, _, value = val
7131
7126
  sym.sexp_type = :dsym
7132
7127
  result = s(:array, sym, value).line sym.line
@@ -7134,7 +7129,7 @@ def _reduce_621(val, _values, result)
7134
7129
  result
7135
7130
  end
7136
7131
 
7137
- def _reduce_622(val, _values, result)
7132
+ def _reduce_621(val, _values, result)
7138
7133
  _, arg = val
7139
7134
  line = arg.line
7140
7135
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7142,6 +7137,8 @@ def _reduce_622(val, _values, result)
7142
7137
  result
7143
7138
  end
7144
7139
 
7140
+ # reduce 622 omitted
7141
+
7145
7142
  # reduce 623 omitted
7146
7143
 
7147
7144
  # reduce 624 omitted
@@ -7190,23 +7187,21 @@ end
7190
7187
 
7191
7188
  # reduce 646 omitted
7192
7189
 
7193
- # reduce 647 omitted
7194
-
7195
- def _reduce_648(val, _values, result)
7190
+ def _reduce_647(val, _values, result)
7196
7191
  yyerrok
7197
7192
  result
7198
7193
  end
7199
7194
 
7200
- # reduce 649 omitted
7195
+ # reduce 648 omitted
7201
7196
 
7202
- # reduce 650 omitted
7197
+ # reduce 649 omitted
7203
7198
 
7204
- def _reduce_651(val, _values, result)
7199
+ def _reduce_650(val, _values, result)
7205
7200
  yyerrok
7206
7201
  result
7207
7202
  end
7208
7203
 
7209
- def _reduce_652(val, _values, result)
7204
+ def _reduce_651(val, _values, result)
7210
7205
  result = nil;
7211
7206
  result
7212
7207
  end