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
@@ -2351,8 +2351,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2351
2351
  result = args val
2352
2352
  }
2353
2353
 
2354
- args_forward: tBDOT3
2355
-
2356
2354
  f_bad_arg: tCONSTANT
2357
2355
  {
2358
2356
  yyerror "formal argument cannot be a constant"
@@ -2481,7 +2479,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2481
2479
  | kwrest_mark
2482
2480
  {
2483
2481
  result = :"**"
2484
- self.env[result] = :lvar
2485
2482
  }
2486
2483
 
2487
2484
  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,39 +2206,39 @@ 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,64,49,21,21,8,86,86,86,205,77,109,194,35',
2212
- '73,73,120,111,149,190,23,23,23,23,174,58,217,79,70,74,74,164,90,9,195',
2211
+ '79,79,211,30,30,51,5,30,210,64,49,21,21,8,86,86,86,205,77,109,194,35',
2212
+ '73,73,120,111,149,190,23,23,23,23,174,58,216,79,70,74,74,164,90,9,195',
2213
2213
  '90,195,59,52,195,6,150,6,6,6,162,6,6,6,195,63,17,85,85,155,155,70,85',
2214
- '151,30,30,30,30,160,5,32,24,148,67,24,161,32,161,7,218,24,166,57,57',
2214
+ '151,30,30,30,30,160,5,32,24,148,67,24,161,32,161,7,217,24,166,57,57',
2215
2215
  '57,68,191,68,1,3,10,167,191,11,13,16,18,20,22,76,25,29,9,31,42,76,44',
2216
- '48,54,75,222,9,80,83,88,100,50,50,50,103,106,117,119,124,125,126,127',
2216
+ '48,54,75,221,9,80,83,88,100,50,50,50,103,106,117,119,124,125,126,127',
2217
2217
  '128,129,130,131,164,132,89,133,134,135,136,137,138,139,140,141,152,151',
2218
- '158,165,168,169,170,171,177,178,180,218,182,183,14,30,30,184,185,45',
2219
- '186,189,161,192,30,30,193,196,197,87,222,198,199,84,84,6,26,26,166,14',
2218
+ '158,165,168,169,170,171,177,178,180,217,182,183,14,30,30,184,185,45',
2219
+ '186,189,161,192,30,30,193,196,197,87,221,198,199,84,84,6,26,26,166,14',
2220
2220
  '26,200,90,90,149,70,26,149,167,201,37,172,202,7,203,151,60,162,204,49',
2221
- '49,35,209,64,214,115,215,150,148,221,212,64,,,45,36,211,160,52,,,45',
2222
- ',,45,205,87,164,,190,67,,151,84,217,,34,6,212,36,,,34,84,6,6,,,14,23',
2221
+ '49,35,209,64,213,115,214,150,148,220,211,64,,,45,36,210,160,52,,,45',
2222
+ ',,45,205,87,164,,190,67,,151,84,216,,34,6,211,36,,,34,84,6,6,,,14,23',
2223
2223
  '6,,,14,60,,120,34,39,86,194,,,174,35,49,34,34,34,86,34,34,34,,87,49',
2224
2224
  '37,79,60,111,161,,,,195,9,,195,30,62,,14,14,37,79,,34,6,6,36,84,34,34',
2225
- '77,5,34,34,58,120,109,60,8,58,149,161,149,,161,37,59,,,212,,59,123,86',
2226
- '86,17,79,57,79,,36,63,,35,49,,,57,,,,,,,76,6,76,155,,85,,,,5,,222,,34',
2227
- ',,,,34,34,34,34,34,,,64,89,,,,,70,39,,,,,,35,49,49,51,211,37,211,161',
2225
+ '77,5,34,34,58,120,109,60,8,58,149,161,149,,161,37,59,,,211,,59,123,86',
2226
+ '86,17,79,57,79,,36,63,,35,49,,,57,,,,,,,76,6,76,155,,85,,,,5,,221,,34',
2227
+ ',,,,34,34,34,34,34,,,64,89,,,,,70,39,,,,,,35,49,49,51,210,37,210,161',
2228
2228
  ',51,149,149,87,,,6,6,,87,6,,,45,155,155,172,172,,,87,,,21,,,,,,6,12',
2229
- '12,,36,73,,70,39,60,,90,211,211,,195,,208,208,208,74,205,205,87,,,,149',
2230
- ',149,6,15,,34,34,34,34,34,34,34,,,,,34,34,34,45,,,,,,60,60,,211,87,34',
2229
+ '12,,36,73,,70,39,60,,90,210,210,,195,,208,208,208,74,205,205,87,,,,149',
2230
+ ',149,6,15,,34,34,34,34,34,34,34,,,,,34,34,34,45,,,,,,60,60,,210,87,34',
2231
2231
  ',,30,,6,149,89,62,87,,28,60,79,86,70,62,,60,12,,79,24,49,35,70,,,32',
2232
2232
  '32,,155,24,24,32,32,34,60,24,24,,,,34,108,,34,,,,,14,41,,14,,12,76,76',
2233
- ',50,45,,76,76,34,50,,,34,120,87,30,34,34,,,6,30,,,,,,,,,70,6,,34,,213',
2234
- '108,104,,,,,,34,,,,,,76,,,50,45,34,34,34,,,211,108,,6,87,,36,,,34,6',
2235
- '34,,70,,26,,39,,,70,115,,173,,26,26,2,,9,,26,26,,211,,,211,6,9,,39,',
2233
+ ',50,45,,76,76,34,50,,,34,120,87,30,34,34,,,6,30,,,,,,,,,70,6,,34,,212',
2234
+ '108,104,,,,,,34,,,,,,76,,,50,45,34,34,34,,,210,108,,6,87,,36,,,34,6',
2235
+ '34,,70,,26,,39,,,70,115,,173,,26,26,2,,9,,26,26,,210,,,210,6,9,,39,',
2236
2236
  ',,,86,6,,,,,21,32,,87,,24,87,,,62,6,73,,12,79,12,39,,,6,62,6,69,,84',
2237
- '79,74,,,,76,,60,,,,,,,,,,,76,76,76,76,,,39,,,,,,86,6,14,6,,211,34,45',
2238
- ',,60,,82,82,84,87,,,213,,14,213,,6,213,,213,,39,70,,208,208,,208,208',
2237
+ '79,74,,,,76,,60,,,,,,,,,,,76,76,76,76,,,39,,,,,,86,6,14,6,,210,34,45',
2238
+ ',,60,,82,82,84,87,,,212,,14,212,,6,212,,212,,39,70,,208,208,,208,208',
2239
2239
  ',208,,,70,,,,154,,,60,,,,,,,,6,39,102,,26,34,14,35,49,,,,34,,34,,,23',
2240
- ',,34,,,,,14,6,,,34,76,23,,14,82,,82,,,82,82,,,6,213,,213,,213,,213,102',
2241
- '102,,102,,30,,,,14,,,,,60,,39,,,30,,,213,,34,,,34,60,,,,154,,82,34,',
2240
+ ',,34,,,,,14,6,,,34,76,23,,14,82,,82,,,82,82,,,6,212,,212,,212,,212,102',
2241
+ '102,,102,,30,,,,14,,,,,60,,39,,,30,,,212,,34,,,34,60,,,,154,,82,34,',
2242
2242
  '120,,,,120,,156,,,156,34,,39,,,,34,60,,,,,14,14,,6,6,6,,,208,208,208',
2243
2243
  '208,,,,,,,34,,79,,,,34,34,,,34,79,,14,,,34,34,,,,,34,34,,,,,,,,,120',
2244
2244
  ',,,,53,82,,,,14,53,,,,,39,,,,,34,,,6,,53,208,156,,79,14,34,37,,53,53',
@@ -2338,8 +2338,8 @@ racc_goto_pointer = [
2338
2338
  -492, nil, -302, -816, -402, -514, -644, nil, nil, 120,
2339
2339
  -23, 37, 116, 118, -333, -306, -183, 119, 121, 121,
2340
2340
  -559, -393, -391, 142, -533, -292, nil, nil, -82, -488,
2341
- nil, -301, -694, -207, -482, -723, nil, -664, -859, nil,
2342
- nil, -129, -510 ]
2341
+ -301, -694, -207, -482, -723, nil, -664, -859, nil, nil,
2342
+ -129, -510 ]
2343
2343
 
2344
2344
  racc_goto_default = [
2345
2345
  nil, nil, nil, nil, 5, nil, 310, 7, 363, 313,
@@ -2363,8 +2363,8 @@ racc_goto_default = [
2363
2363
  nil, 505, nil, nil, nil, nil, nil, 89, 92, 94,
2364
2364
  nil, nil, nil, nil, nil, 631, nil, nil, nil, nil,
2365
2365
  nil, nil, nil, nil, nil, 867, 788, 570, nil, 574,
2366
- nil, 875, 586, 588, 589, 933, 592, 593, 934, 596,
2367
- 599, nil, 304 ]
2366
+ 875, 586, 588, 589, 933, 592, 593, 934, 596, 599,
2367
+ nil, 304 ]
2368
2368
 
2369
2369
  racc_reduce_table = [
2370
2370
  0, 0, :racc_error,
@@ -2939,57 +2939,56 @@ racc_reduce_table = [
2939
2939
  4, 320, :_reduce_569,
2940
2940
  1, 320, :_reduce_570,
2941
2941
  0, 320, :_reduce_571,
2942
- 1, 358, :_reduce_none,
2942
+ 1, 315, :_reduce_572,
2943
2943
  1, 315, :_reduce_573,
2944
2944
  1, 315, :_reduce_574,
2945
2945
  1, 315, :_reduce_575,
2946
- 1, 315, :_reduce_576,
2947
2946
  1, 297, :_reduce_none,
2948
- 1, 297, :_reduce_578,
2947
+ 1, 297, :_reduce_577,
2948
+ 1, 358, :_reduce_none,
2949
2949
  1, 359, :_reduce_none,
2950
+ 3, 359, :_reduce_580,
2951
+ 1, 307, :_reduce_581,
2952
+ 3, 307, :_reduce_582,
2950
2953
  1, 360, :_reduce_none,
2951
- 3, 360, :_reduce_581,
2952
- 1, 307, :_reduce_582,
2953
- 3, 307, :_reduce_583,
2954
- 1, 361, :_reduce_none,
2955
- 2, 362, :_reduce_585,
2956
- 1, 362, :_reduce_586,
2957
- 2, 363, :_reduce_587,
2958
- 1, 363, :_reduce_588,
2954
+ 2, 361, :_reduce_584,
2955
+ 1, 361, :_reduce_585,
2956
+ 2, 362, :_reduce_586,
2957
+ 1, 362, :_reduce_587,
2959
2958
  1, 301, :_reduce_none,
2960
- 3, 301, :_reduce_590,
2959
+ 3, 301, :_reduce_589,
2961
2960
  1, 355, :_reduce_none,
2962
- 3, 355, :_reduce_592,
2963
- 1, 364, :_reduce_none,
2964
- 1, 364, :_reduce_none,
2965
- 2, 302, :_reduce_595,
2966
- 1, 302, :_reduce_596,
2961
+ 3, 355, :_reduce_591,
2962
+ 1, 363, :_reduce_none,
2963
+ 1, 363, :_reduce_none,
2964
+ 2, 302, :_reduce_594,
2965
+ 1, 302, :_reduce_595,
2966
+ 3, 364, :_reduce_596,
2967
2967
  3, 365, :_reduce_597,
2968
- 3, 366, :_reduce_598,
2969
- 1, 308, :_reduce_599,
2970
- 3, 308, :_reduce_600,
2971
- 1, 357, :_reduce_601,
2972
- 3, 357, :_reduce_602,
2968
+ 1, 308, :_reduce_598,
2969
+ 3, 308, :_reduce_599,
2970
+ 1, 357, :_reduce_600,
2971
+ 3, 357, :_reduce_601,
2972
+ 1, 366, :_reduce_none,
2973
+ 1, 366, :_reduce_none,
2974
+ 2, 309, :_reduce_604,
2975
+ 1, 309, :_reduce_605,
2973
2976
  1, 367, :_reduce_none,
2974
2977
  1, 367, :_reduce_none,
2975
- 2, 309, :_reduce_605,
2976
- 1, 309, :_reduce_606,
2977
- 1, 368, :_reduce_none,
2978
- 1, 368, :_reduce_none,
2979
- 2, 304, :_reduce_609,
2980
- 2, 303, :_reduce_610,
2981
- 0, 303, :_reduce_611,
2978
+ 2, 304, :_reduce_608,
2979
+ 2, 303, :_reduce_609,
2980
+ 0, 303, :_reduce_610,
2982
2981
  1, 272, :_reduce_none,
2983
- 0, 369, :_reduce_613,
2984
- 4, 272, :_reduce_614,
2985
- 1, 251, :_reduce_615,
2982
+ 0, 368, :_reduce_612,
2983
+ 4, 272, :_reduce_613,
2984
+ 1, 251, :_reduce_614,
2986
2985
  2, 251, :_reduce_none,
2987
2986
  1, 234, :_reduce_none,
2988
- 3, 234, :_reduce_618,
2989
- 3, 370, :_reduce_619,
2990
- 2, 370, :_reduce_620,
2991
- 4, 370, :_reduce_621,
2992
- 2, 370, :_reduce_622,
2987
+ 3, 234, :_reduce_617,
2988
+ 3, 369, :_reduce_618,
2989
+ 2, 369, :_reduce_619,
2990
+ 4, 369, :_reduce_620,
2991
+ 2, 369, :_reduce_621,
2993
2992
  1, 203, :_reduce_none,
2994
2993
  1, 203, :_reduce_none,
2995
2994
  1, 203, :_reduce_none,
@@ -3015,13 +3014,13 @@ racc_reduce_table = [
3015
3014
  0, 233, :_reduce_none,
3016
3015
  1, 233, :_reduce_none,
3017
3016
  1, 233, :_reduce_none,
3018
- 1, 268, :_reduce_648,
3017
+ 1, 268, :_reduce_647,
3019
3018
  1, 268, :_reduce_none,
3020
3019
  1, 156, :_reduce_none,
3021
- 2, 156, :_reduce_651,
3022
- 0, 154, :_reduce_652 ]
3020
+ 2, 156, :_reduce_650,
3021
+ 0, 154, :_reduce_651 ]
3023
3022
 
3024
- racc_reduce_n = 653
3023
+ racc_reduce_n = 652
3025
3024
 
3026
3025
  racc_shift_n = 1097
3027
3026
 
@@ -3554,7 +3553,6 @@ Racc_token_to_s_table = [
3554
3553
  "f_kwarg",
3555
3554
  "opt_args_tail",
3556
3555
  "f_optarg",
3557
- "args_forward",
3558
3556
  "f_arg_asgn",
3559
3557
  "f_arg_item",
3560
3558
  "f_label",
@@ -6827,35 +6825,33 @@ def _reduce_571(val, _values, result)
6827
6825
  result
6828
6826
  end
6829
6827
 
6830
- # reduce 572 omitted
6831
-
6832
- def _reduce_573(val, _values, result)
6828
+ def _reduce_572(val, _values, result)
6833
6829
  yyerror "formal argument cannot be a constant"
6834
6830
 
6835
6831
  result
6836
6832
  end
6837
6833
 
6838
- def _reduce_574(val, _values, result)
6834
+ def _reduce_573(val, _values, result)
6839
6835
  yyerror "formal argument cannot be an instance variable"
6840
6836
 
6841
6837
  result
6842
6838
  end
6843
6839
 
6844
- def _reduce_575(val, _values, result)
6840
+ def _reduce_574(val, _values, result)
6845
6841
  yyerror "formal argument cannot be a global variable"
6846
6842
 
6847
6843
  result
6848
6844
  end
6849
6845
 
6850
- def _reduce_576(val, _values, result)
6846
+ def _reduce_575(val, _values, result)
6851
6847
  yyerror "formal argument cannot be a class variable"
6852
6848
 
6853
6849
  result
6854
6850
  end
6855
6851
 
6856
- # reduce 577 omitted
6852
+ # reduce 576 omitted
6857
6853
 
6858
- def _reduce_578(val, _values, result)
6854
+ def _reduce_577(val, _values, result)
6859
6855
  identifier = val[0].to_sym
6860
6856
  self.env[identifier] = :lvar
6861
6857
 
@@ -6864,17 +6860,17 @@ def _reduce_578(val, _values, result)
6864
6860
  result
6865
6861
  end
6866
6862
 
6867
- # reduce 579 omitted
6863
+ # reduce 578 omitted
6868
6864
 
6869
- # reduce 580 omitted
6865
+ # reduce 579 omitted
6870
6866
 
6871
- def _reduce_581(val, _values, result)
6867
+ def _reduce_580(val, _values, result)
6872
6868
  result = val[1]
6873
6869
 
6874
6870
  result
6875
6871
  end
6876
6872
 
6877
- def _reduce_582(val, _values, result)
6873
+ def _reduce_581(val, _values, result)
6878
6874
  arg, = val
6879
6875
 
6880
6876
  case arg
@@ -6890,7 +6886,7 @@ def _reduce_582(val, _values, result)
6890
6886
  result
6891
6887
  end
6892
6888
 
6893
- def _reduce_583(val, _values, result)
6889
+ def _reduce_582(val, _values, result)
6894
6890
  list, _, item = val
6895
6891
 
6896
6892
  if list.sexp_type == :args then
@@ -6904,9 +6900,9 @@ def _reduce_583(val, _values, result)
6904
6900
  result
6905
6901
  end
6906
6902
 
6907
- # reduce 584 omitted
6903
+ # reduce 583 omitted
6908
6904
 
6909
- def _reduce_585(val, _values, result)
6905
+ def _reduce_584(val, _values, result)
6910
6906
  # TODO: new_kw_arg
6911
6907
  (label, line), arg = val
6912
6908
 
@@ -6919,7 +6915,7 @@ def _reduce_585(val, _values, result)
6919
6915
  result
6920
6916
  end
6921
6917
 
6922
- def _reduce_586(val, _values, result)
6918
+ def _reduce_585(val, _values, result)
6923
6919
  (label, line), = val
6924
6920
 
6925
6921
  id = label.to_sym
@@ -6930,7 +6926,7 @@ def _reduce_586(val, _values, result)
6930
6926
  result
6931
6927
  end
6932
6928
 
6933
- def _reduce_587(val, _values, result)
6929
+ def _reduce_586(val, _values, result)
6934
6930
  # TODO: new_kw_arg
6935
6931
  (label, line), expr = val
6936
6932
  id = label.to_sym
@@ -6941,7 +6937,7 @@ def _reduce_587(val, _values, result)
6941
6937
  result
6942
6938
  end
6943
6939
 
6944
- def _reduce_588(val, _values, result)
6940
+ def _reduce_587(val, _values, result)
6945
6941
  # TODO: new_kw_arg
6946
6942
  (label, line), = val
6947
6943
  id = label.to_sym
@@ -6952,28 +6948,28 @@ def _reduce_588(val, _values, result)
6952
6948
  result
6953
6949
  end
6954
6950
 
6955
- # reduce 589 omitted
6951
+ # reduce 588 omitted
6956
6952
 
6957
- def _reduce_590(val, _values, result)
6953
+ def _reduce_589(val, _values, result)
6958
6954
  list, _, item = val
6959
6955
  result = list << item.last
6960
6956
 
6961
6957
  result
6962
6958
  end
6963
6959
 
6964
- # reduce 591 omitted
6960
+ # reduce 590 omitted
6965
6961
 
6966
- def _reduce_592(val, _values, result)
6962
+ def _reduce_591(val, _values, result)
6967
6963
  result = args val
6968
6964
 
6969
6965
  result
6970
6966
  end
6971
6967
 
6972
- # reduce 593 omitted
6968
+ # reduce 592 omitted
6973
6969
 
6974
- # reduce 594 omitted
6970
+ # reduce 593 omitted
6975
6971
 
6976
- def _reduce_595(val, _values, result)
6972
+ def _reduce_594(val, _values, result)
6977
6973
  name = val[1].to_sym
6978
6974
  self.assignable name
6979
6975
  result = :"**#{name}"
@@ -6981,34 +6977,33 @@ def _reduce_595(val, _values, result)
6981
6977
  result
6982
6978
  end
6983
6979
 
6984
- def _reduce_596(val, _values, result)
6980
+ def _reduce_595(val, _values, result)
6985
6981
  result = :"**"
6986
- self.env[result] = :lvar
6987
6982
 
6988
6983
  result
6989
6984
  end
6990
6985
 
6991
- def _reduce_597(val, _values, result)
6986
+ def _reduce_596(val, _values, result)
6992
6987
  result = self.assignable val[0], val[2]
6993
6988
  # TODO: detect duplicate names
6994
6989
 
6995
6990
  result
6996
6991
  end
6997
6992
 
6998
- def _reduce_598(val, _values, result)
6993
+ def _reduce_597(val, _values, result)
6999
6994
  result = self.assignable val[0], val[2]
7000
6995
 
7001
6996
  result
7002
6997
  end
7003
6998
 
7004
- def _reduce_599(val, _values, result)
6999
+ def _reduce_598(val, _values, result)
7005
7000
  optblk, = val
7006
7001
  result = s(:block, optblk).line optblk.line
7007
7002
 
7008
7003
  result
7009
7004
  end
7010
7005
 
7011
- def _reduce_600(val, _values, result)
7006
+ def _reduce_599(val, _values, result)
7012
7007
  optarg, _, optblk = val
7013
7008
  result = optarg
7014
7009
  result << optblk
@@ -7016,24 +7011,24 @@ def _reduce_600(val, _values, result)
7016
7011
  result
7017
7012
  end
7018
7013
 
7019
- def _reduce_601(val, _values, result)
7014
+ def _reduce_600(val, _values, result)
7020
7015
  opt, = val
7021
7016
  result = s(:block, opt).line opt.line
7022
7017
 
7023
7018
  result
7024
7019
  end
7025
7020
 
7026
- def _reduce_602(val, _values, result)
7021
+ def _reduce_601(val, _values, result)
7027
7022
  result = self.block_append val[0], val[2]
7028
7023
 
7029
7024
  result
7030
7025
  end
7031
7026
 
7032
- # reduce 603 omitted
7027
+ # reduce 602 omitted
7033
7028
 
7034
- # reduce 604 omitted
7029
+ # reduce 603 omitted
7035
7030
 
7036
- def _reduce_605(val, _values, result)
7031
+ def _reduce_604(val, _values, result)
7037
7032
  # TODO: differs from parse.y - needs tests
7038
7033
  name = val[1].to_sym
7039
7034
  self.assignable name
@@ -7042,7 +7037,7 @@ def _reduce_605(val, _values, result)
7042
7037
  result
7043
7038
  end
7044
7039
 
7045
- def _reduce_606(val, _values, result)
7040
+ def _reduce_605(val, _values, result)
7046
7041
  name = :"*"
7047
7042
  self.env[name] = :lvar
7048
7043
  result = name
@@ -7050,11 +7045,11 @@ def _reduce_606(val, _values, result)
7050
7045
  result
7051
7046
  end
7052
7047
 
7053
- # reduce 607 omitted
7048
+ # reduce 606 omitted
7054
7049
 
7055
- # reduce 608 omitted
7050
+ # reduce 607 omitted
7056
7051
 
7057
- def _reduce_609(val, _values, result)
7052
+ def _reduce_608(val, _values, result)
7058
7053
  identifier = val[1].to_sym
7059
7054
 
7060
7055
  self.env[identifier] = :lvar
@@ -7063,27 +7058,27 @@ def _reduce_609(val, _values, result)
7063
7058
  result
7064
7059
  end
7065
7060
 
7066
- def _reduce_610(val, _values, result)
7061
+ def _reduce_609(val, _values, result)
7067
7062
  result = val[1]
7068
7063
 
7069
7064
  result
7070
7065
  end
7071
7066
 
7072
- def _reduce_611(val, _values, result)
7067
+ def _reduce_610(val, _values, result)
7073
7068
  result = nil
7074
7069
 
7075
7070
  result
7076
7071
  end
7077
7072
 
7078
- # reduce 612 omitted
7073
+ # reduce 611 omitted
7079
7074
 
7080
- def _reduce_613(val, _values, result)
7075
+ def _reduce_612(val, _values, result)
7081
7076
  lexer.lex_state = EXPR_BEG
7082
7077
 
7083
7078
  result
7084
7079
  end
7085
7080
 
7086
- def _reduce_614(val, _values, result)
7081
+ def _reduce_613(val, _values, result)
7087
7082
  result = val[2]
7088
7083
  yyerror "Can't define single method for literals." if
7089
7084
  result.sexp_type == :lit
@@ -7091,17 +7086,17 @@ def _reduce_614(val, _values, result)
7091
7086
  result
7092
7087
  end
7093
7088
 
7094
- def _reduce_615(val, _values, result)
7089
+ def _reduce_614(val, _values, result)
7095
7090
  result = s(:array).line lexer.lineno
7096
7091
 
7097
7092
  result
7098
7093
  end
7099
7094
 
7100
- # reduce 616 omitted
7095
+ # reduce 615 omitted
7101
7096
 
7102
- # reduce 617 omitted
7097
+ # reduce 616 omitted
7103
7098
 
7104
- def _reduce_618(val, _values, result)
7099
+ def _reduce_617(val, _values, result)
7105
7100
  list = val[0].dup
7106
7101
  more = val[2].sexp_body
7107
7102
  list.push(*more) unless more.empty?
@@ -7111,14 +7106,14 @@ def _reduce_618(val, _values, result)
7111
7106
  result
7112
7107
  end
7113
7108
 
7114
- def _reduce_619(val, _values, result)
7109
+ def _reduce_618(val, _values, result)
7115
7110
  v1, _, v2 = val
7116
7111
  result = s(:array, v1, v2).line v1.line
7117
7112
 
7118
7113
  result
7119
7114
  end
7120
7115
 
7121
- def _reduce_620(val, _values, result)
7116
+ def _reduce_619(val, _values, result)
7122
7117
  (label, line), arg = val
7123
7118
 
7124
7119
  lit = s(:lit, label.to_sym).line line
@@ -7127,7 +7122,7 @@ def _reduce_620(val, _values, result)
7127
7122
  result
7128
7123
  end
7129
7124
 
7130
- def _reduce_621(val, _values, result)
7125
+ def _reduce_620(val, _values, result)
7131
7126
  _, sym, _, value = val
7132
7127
  sym.sexp_type = :dsym
7133
7128
  result = s(:array, sym, value).line sym.line
@@ -7135,7 +7130,7 @@ def _reduce_621(val, _values, result)
7135
7130
  result
7136
7131
  end
7137
7132
 
7138
- def _reduce_622(val, _values, result)
7133
+ def _reduce_621(val, _values, result)
7139
7134
  _, arg = val
7140
7135
  line = arg.line
7141
7136
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7143,6 +7138,8 @@ def _reduce_622(val, _values, result)
7143
7138
  result
7144
7139
  end
7145
7140
 
7141
+ # reduce 622 omitted
7142
+
7146
7143
  # reduce 623 omitted
7147
7144
 
7148
7145
  # reduce 624 omitted
@@ -7191,23 +7188,21 @@ end
7191
7188
 
7192
7189
  # reduce 646 omitted
7193
7190
 
7194
- # reduce 647 omitted
7195
-
7196
- def _reduce_648(val, _values, result)
7191
+ def _reduce_647(val, _values, result)
7197
7192
  yyerrok
7198
7193
  result
7199
7194
  end
7200
7195
 
7201
- # reduce 649 omitted
7196
+ # reduce 648 omitted
7202
7197
 
7203
- # reduce 650 omitted
7198
+ # reduce 649 omitted
7204
7199
 
7205
- def _reduce_651(val, _values, result)
7200
+ def _reduce_650(val, _values, result)
7206
7201
  yyerrok
7207
7202
  result
7208
7203
  end
7209
7204
 
7210
- def _reduce_652(val, _values, result)
7205
+ def _reduce_651(val, _values, result)
7211
7206
  result = nil;
7212
7207
  result
7213
7208
  end