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
@@ -2350,8 +2350,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2350
2350
  result = args val
2351
2351
  }
2352
2352
 
2353
- args_forward: tBDOT3
2354
-
2355
2353
  f_bad_arg: tCONSTANT
2356
2354
  {
2357
2355
  yyerror "formal argument cannot be a constant"
@@ -2480,7 +2478,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2480
2478
  | kwrest_mark
2481
2479
  {
2482
2480
  result = :"**"
2483
- self.env[result] = :lvar
2484
2481
  }
2485
2482
 
2486
2483
  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
  '-103,602,-529,-529,-529,-100,-529,-114,602,-101,225,226,-101,648,-529',
33
33
  '830,-529,-529,-529,-98,602,225,226,124,-540,859,-529,-529,-101,-529',
34
34
  '-529,-529,-529,-529,-107,-103,-108,-115,-103,-110,-114,762,-112,-110',
35
- '-112,830,128,-625,-102,829,222,127,287,285,-103,-109,-99,-529,-529,-529',
35
+ '-112,830,128,-624,-102,829,222,127,287,285,-103,-109,-99,-529,-529,-529',
36
36
  '-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-111,-100,-529',
37
37
  '-529,-529,647,-529,-529,829,287,-529,-107,-102,-529,-529,-102,-529,235',
38
38
  '-529,-106,-529,223,-529,-529,-529,-529,-529,-529,-529,236,-529,-102',
39
39
  '-529,651,-113,-541,-100,-109,128,-100,236,-105,-111,127,128,-529,-529',
40
40
  '-529,-529,127,-529,128,-529,236,965,-100,127,-529,-303,858,225,226,-529',
41
41
  '128,-529,-303,-303,-303,127,287,128,-303,-303,-101,-303,127,-103,-107',
42
- '-625,-108,-115,256,-107,-114,-108,-115,-110,-112,-114,-100,224,-110',
42
+ '-624,-108,-115,256,-107,-114,-108,-115,-110,-112,-114,-100,224,-110',
43
43
  '-112,-108,-303,-303,650,-303,-303,-303,-303,-303,-113,582,-93,579,578',
44
- '577,-625,580,227,632,-626,253,-111,231,632,255,254,-111,-79,276,281',
45
- '-622,478,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303',
44
+ '577,-624,580,227,632,-625,253,-111,231,632,255,254,-111,-79,276,281',
45
+ '-621,478,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303',
46
46
  '-303,-303,106,107,-303,-303,-303,885,674,609,-102,-113,-303,236,-109',
47
47
  '-303,-113,106,107,-109,-303,233,-303,338,-303,-303,-303,-303,-303,-303',
48
- '-303,-626,-303,339,-303,634,633,630,632,-526,634,633,630,232,878,-115',
49
- '-526,-303,-303,-629,-104,-622,-303,225,226,-526,-629,-629,-629,-303',
50
- '95,702,-629,-629,-303,-629,-113,587,96,-526,-104,774,236,-622,-629,775',
51
- '-526,-623,590,-115,-529,108,109,-212,373,-629,-629,-529,-629,-629,-629',
52
- '-629,-629,233,231,-536,108,109,397,634,633,230,-536,582,-526,579,578',
53
- '577,792,580,228,598,597,821,-629,400,-629,-629,-629,-629,-629,-629,-629',
54
- '-629,-629,-629,-629,-629,-629,-629,-529,-347,-629,-629,-629,-106,675',
55
- '-529,-347,128,-629,-114,-623,-629,127,591,-529,-347,-629,632,-629,-115',
56
- '-629,-629,-629,-629,-629,-629,-629,232,-629,-629,-629,632,-623,-540',
57
- '231,-629,822,402,668,-110,669,475,-629,-629,-629,-629,-102,-625,-629',
58
- '1013,476,-629,-629,-629,-629,-629,405,-629,-629,-629,-629,-629,-111',
59
- '-529,-347,587,422,-535,918,-629,-629,-629,-629,-629,-535,-98,590,808',
60
- '634,633,635,-629,-629,427,-629,-629,-629,-629,-629,-541,-538,-107,634',
61
- '633,-112,-539,-110,-538,-112,232,-629,911,-539,632,728,728,-538,727',
62
- '730,598,597,-539,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629',
63
- '-629,-629,-629,-109,-537,-629,-629,-629,-99,823,-629,-537,-109,-629',
64
- '477,728,-629,-629,730,-629,591,-629,632,-629,-108,-629,-629,-629,-629',
65
- '-629,-629,-629,-538,-629,-629,-629,479,-539,-534,128,231,634,633,640',
66
- '127,-534,632,541,-629,-629,-629,-629,-212,-629,668,-629,539,-531,128',
67
- '632,-629,-303,637,127,-531,-629,424,-111,-303,-303,-303,426,425,-303',
48
+ '-303,-625,-303,339,-303,634,633,630,632,-526,634,633,630,232,878,-115',
49
+ '-526,-303,-303,-628,-104,-621,-303,225,226,-526,-628,-628,-628,-303',
50
+ '95,702,-628,-628,-303,-628,-113,587,96,-526,-104,774,236,-621,-628,775',
51
+ '-526,-622,590,-115,-529,108,109,-212,373,-628,-628,-529,-628,-628,-628',
52
+ '-628,-628,233,231,-536,108,109,397,634,633,230,-536,582,-526,579,578',
53
+ '577,792,580,228,598,597,821,-628,400,-628,-628,-628,-628,-628,-628,-628',
54
+ '-628,-628,-628,-628,-628,-628,-628,-529,-347,-628,-628,-628,-106,675',
55
+ '-529,-347,128,-628,-114,-622,-628,127,591,-529,-347,-628,632,-628,-115',
56
+ '-628,-628,-628,-628,-628,-628,-628,232,-628,-628,-628,632,-622,-540',
57
+ '231,-628,822,402,668,-110,669,475,-628,-628,-628,-628,-102,-624,-628',
58
+ '1013,476,-628,-628,-628,-628,-628,405,-628,-628,-628,-628,-628,-111',
59
+ '-529,-347,587,422,-535,918,-628,-628,-628,-628,-628,-535,-98,590,808',
60
+ '634,633,635,-628,-628,427,-628,-628,-628,-628,-628,-541,-538,-107,634',
61
+ '633,-112,-539,-110,-538,-112,232,-628,911,-539,632,728,728,-538,727',
62
+ '730,598,597,-539,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628',
63
+ '-628,-628,-628,-109,-537,-628,-628,-628,-99,823,-628,-537,-109,-628',
64
+ '477,728,-628,-628,730,-628,591,-628,632,-628,-108,-628,-628,-628,-628',
65
+ '-628,-628,-628,-538,-628,-628,-628,479,-539,-534,128,231,634,633,640',
66
+ '127,-534,632,541,-628,-628,-628,-628,-212,-628,668,-628,539,-531,128',
67
+ '632,-628,-303,637,127,-531,-628,424,-111,-303,-303,-303,426,425,-303',
68
68
  '-303,-303,582,-303,579,578,577,587,580,634,633,652,-532,-303,-303,-303',
69
69
  '128,480,590,-532,-105,127,-101,-303,-303,235,-303,-303,-303,-303,-303',
70
70
  '232,-294,634,633,795,-114,231,-110,-294,585,568,728,509,551,730,634',
@@ -77,20 +77,20 @@ clist = [
77
77
  '-109,232,-303,-303,585,-303,582,535,579,578,577,542,580,595,594,598',
78
78
  '597,231,253,293,-304,236,255,254,662,-303,-303,-304,-303,-303,-303,-303',
79
79
  '-303,660,231,290,-304,236,-304,-303,1044,777,598,597,748,-304,-303,881',
80
- '885,591,779,-626,545,751,-304,-303,-303,-303,-303,-303,-303,-303,-303',
80
+ '885,591,779,-625,545,751,-304,-303,-303,-303,-303,-303,-303,-303,-303',
81
81
  '-303,-303,-303,-303,-303,-303,-303,231,231,-303,-303,-303,549,674,1035',
82
82
  '1041,256,-303,236,232,-303,609,-304,779,1039,-303,415,-303,614,-303',
83
83
  '-303,-303,-303,-303,-303,-303,232,-303,615,-303,-304,-303,231,639,-303',
84
- '256,225,226,643,1035,646,-303,-303,-303,-629,-303,-626,-303,779,649',
85
- '-303,-629,-629,-629,-303,273,274,-629,-629,-303,-629,-113,232,232,881',
86
- '885,656,253,256,-629,-276,255,254,251,252,131,132,133,134,135,-629,-629',
87
- '658,-629,-629,-629,-629,-629,659,236,272,271,582,666,579,578,577,232',
88
- '580,-303,253,667,290,679,255,254,251,252,256,256,256,-629,-629,-629',
89
- '-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,256,686,-629',
90
- '-629,-629,748,675,236,236,236,-629,906,907,-629,751,908,122,123,-629',
91
- '-93,-629,705,-629,-629,-629,-629,-629,-629,-629,236,-629,-629,-629,582',
92
- '554,579,578,577,582,580,579,578,577,716,580,-629,-629,-443,-629,717',
93
- '-629,721,724,236,-443,-443,-443,-629,731,-443,-443,-443,-629,-443,-111',
84
+ '256,225,226,643,1035,646,-303,-303,-303,-628,-303,-625,-303,779,649',
85
+ '-303,-628,-628,-628,-303,273,274,-628,-628,-303,-628,-113,232,232,881',
86
+ '885,656,253,256,-628,-276,255,254,251,252,131,132,133,134,135,-628,-628',
87
+ '658,-628,-628,-628,-628,-628,659,236,272,271,582,666,579,578,577,232',
88
+ '580,-303,253,667,290,679,255,254,251,252,256,256,256,-628,-628,-628',
89
+ '-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,256,686,-628',
90
+ '-628,-628,748,675,236,236,236,-628,906,907,-628,751,908,122,123,-628',
91
+ '-93,-628,705,-628,-628,-628,-628,-628,-628,-628,236,-628,-628,-628,582',
92
+ '554,579,578,577,582,580,579,578,577,716,580,-628,-628,-443,-628,717',
93
+ '-628,721,724,236,-443,-443,-443,-628,731,-443,-443,-443,-628,-443,-111',
94
94
  '256,131,132,133,134,135,748,-443,-443,-443,732,748,524,736,739,958,266',
95
95
  '267,-443,-443,740,-443,-443,-443,-443,-443,742,1006,744,579,578,577',
96
96
  '253,580,259,746,255,254,251,252,754,755,257,756,258,758,724,724,609',
@@ -112,32 +112,32 @@ clist = [
112
112
  '-295,-295,1015,724,724,786,1033,253,1036,259,848,255,254,251,252,1042',
113
113
  '1045,953,953,953,1050,1015,739,1059,1061,-295,-295,-295,-295,-295,-295',
114
114
  '-295,-295,-295,-295,-295,-295,-295,-295,1063,1065,-295,-295,-295,1065',
115
- '721,-295,1015,724,-295,724,-626,-295,-295,-625,-295,236,-295,953,-295',
115
+ '721,-295,1015,724,-295,724,-625,-295,-295,-624,-295,236,-295,953,-295',
116
116
  '1015,-295,-295,-295,-295,-295,-295,-295,1088,-295,1065,-295,582,1065',
117
- '579,578,577,587,580,1065,1065,,,,-295,-295,-295,-295,590,-295,-651,-295',
118
- ',,,,-295,-651,-651,-651,,-295,-651,-651,-651,,-651,256,,,585,,,,,-651',
119
- '-651,-651,,595,594,598,597,266,267,,-651,-651,,-651,-651,-651,-651,-651',
120
- ',,,,,253,,259,,255,254,251,252,,,,,,,,,591,,-651,-651,-651,-651,-651',
121
- '-651,-651,-651,-651,-651,-651,-651,-651,-651,,,-651,-651,-651,,,-651',
122
- ',290,-651,,,-651,-651,,-651,,-651,,-651,,-651,-651,-651,-651,-651,-651',
123
- '-651,,-651,-651,-651,,,,,,,,,,,,,-651,-651,-630,-651,,-651,,,,-630,-630',
124
- '-630,-651,,-630,-630,-630,-651,-630,256,,,,,,,,-630,-630,-630,-630,',
125
- ',,,266,267,,-630,-630,,-630,-630,-630,-630,-630,,,,,,253,,,,255,254',
126
- '251,252,,,,,,,,,,,-630,-630,-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,582',
129
- ',579,578,577,587,580,,,,,,-630,-630,-630,-630,590,-630,-631,-630,,,',
130
- ',-630,-631,-631,-631,,-630,-631,-631,-631,,-631,,,,585,,,,,-631,-631',
131
- '-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,,,,',
117
+ '579,578,577,587,580,1065,1065,,,,-295,-295,-295,-295,590,-295,-650,-295',
118
+ ',,,,-295,-650,-650,-650,,-295,-650,-650,-650,,-650,256,,,585,,,,,-650',
119
+ '-650,-650,,595,594,598,597,266,267,,-650,-650,,-650,-650,-650,-650,-650',
120
+ ',,,,,253,,259,,255,254,251,252,,,,,,,,,591,,-650,-650,-650,-650,-650',
121
+ '-650,-650,-650,-650,-650,-650,-650,-650,-650,,,-650,-650,-650,,,-650',
122
+ ',290,-650,,,-650,-650,,-650,,-650,,-650,,-650,-650,-650,-650,-650,-650',
123
+ '-650,,-650,-650,-650,,,,,,,,,,,,,-650,-650,-629,-650,,-650,,,,-629,-629',
124
+ '-629,-650,,-629,-629,-629,-650,-629,256,,,,,,,,-629,-629,-629,-629,',
125
+ ',,,266,267,,-629,-629,,-629,-629,-629,-629,-629,,,,,,253,,,,255,254',
126
+ '251,252,,,,,,,,,,,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629',
127
+ '-629,-629,-629,-629,,,-629,-629,-629,,,-629,,,-629,,,-629,-629,,-629',
128
+ ',-629,,-629,,-629,-629,-629,-629,-629,-629,-629,,-629,-629,-629,582',
129
+ ',579,578,577,587,580,,,,,,-629,-629,-629,-629,590,-629,-630,-629,,,',
130
+ ',-629,-630,-630,-630,,-629,-630,-630,-630,,-630,,,,585,,,,,-630,-630',
131
+ '-630,-630,595,594,598,597,,,,-630,-630,,-630,-630,-630,-630,-630,,,',
132
+ ',,,,,,,,,,,,,,,,,,591,,-630,-630,-630,-630,-630,-630,-630,-630,-630',
133
+ '-630,-630,-630,-630,-630,,,-630,-630,-630,,,-630,,,-630,,,-630,-630',
134
+ ',-630,,-630,,-630,,-630,-630,-630,-630,-630,-630,-630,,-630,-630,-630',
135
+ '582,,579,578,577,587,580,,,,,,-630,-630,-630,-630,590,-630,-650,-630',
136
+ ',,,,-630,-650,-650,-650,,-630,-650,-650,-650,,-650,,,,585,,,,,-650,-650',
137
+ ',,,,598,597,,,,-650,-650,,-650,-650,-650,-650,-650,,582,,579,578,577',
138
+ '587,580,,,,,,,,,,590,,,,591,,,,,,,,,,,,,-650,,,,,585,,-650,,,,,290,-650',
139
+ '595,594,598,597,,,,,,,,,,,,,,,,,-650,-650,,,,,,,,,,,,,-650,,591,,,-650',
140
+ '312,85,86,87,12,78,-650,,,79,80,-650,,,83,,81,82,84,33,34,76,77,,,,',
141
141
  ',88,31,30,116,115,117,118,,,22,,,,,663,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
- '-652,-652,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
187
+ '-651,-651,,,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,,-652,-652,,,266,267,,43,,,36,,,62,63,,,64,',
192
+ '273,274,268,269,264,265,,-651,-651,,,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,-652,-652,-652,-652,273,274,,,-652,-652,,,,,,266,267,',
197
+ ',45,46,44,256,-651,-651,-651,-651,273,274,,,-651,-651,,,,,,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,-652,-652,-652,-652,273,274,,,-652',
203
- '-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259,48,255,254,251',
202
+ ',114,122,123,,106,107,,45,46,44,256,-651,-651,-651,-651,273,274,,,-651',
203
+ '-651,,,,,,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,-652,-652,-652',
208
- '-652,273,274,,,-652,-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253',
207
+ '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,256,-651,-651,-651',
208
+ '-651,273,274,,,-651,-651,,,,,,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,-652,-652,-652,-652,273,274,,,-652,-652,,,,,,266,267,,43,',
213
+ '46,44,256,-651,-651,-651,-651,273,274,,,-651,-651,,,,,,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,-652,-652,-652,-652,273,274,,,-652,-652',
218
+ '122,123,,106,107,,45,46,44,256,-651,-651,-651,-651,273,274,,,-651,-651',
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,-652,-652,-652,-652',
224
- '273,274,,,-652,-652,,,,,,266,267,,43,,,36,,,62,63,,,64,,38,253,,259',
223
+ '112,111,113,,114,122,123,,106,107,,45,46,44,256,-651,-651,-651,-651',
224
+ '273,274,,,-651,-651,,,,,,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',
@@ -1963,20 +1963,20 @@ racc_action_pointer = [
1963
1963
  nil, nil, nil, 1317, nil ]
1964
1964
 
1965
1965
  racc_action_default = [
1966
- -1, -652, -651, -652, -2, -638, -4, -5, -652, -8,
1967
- -9, -652, -652, -652, -35, -652, -652, -39, -652, -652,
1968
- -294, -50, -640, -652, -55, -60, -61, -62, -66, -271,
1969
- -271, -271, -309, -343, -344, -78, -651, -82, -90, -92,
1970
- -652, -538, -539, -652, -652, -652, -652, -230, -652, -640,
1966
+ -1, -651, -650, -651, -2, -637, -4, -5, -651, -8,
1967
+ -9, -651, -651, -651, -35, -651, -651, -39, -651, -651,
1968
+ -294, -50, -639, -651, -55, -60, -61, -62, -66, -271,
1969
+ -271, -271, -309, -343, -344, -78, -650, -82, -90, -92,
1970
+ -651, -538, -539, -651, -651, -651, -651, -230, -651, -639,
1971
1971
  -244, -285, -286, -287, -288, -289, -290, -291, -292, -293,
1972
- -624, -296, -298, -305, -307, -317, -423, -652, -652, -57,
1973
- -57, -638, -652, -327, -334, -652, -345, -346, -348, -349,
1972
+ -623, -296, -298, -305, -307, -317, -423, -651, -651, -57,
1973
+ -57, -637, -651, -327, -334, -651, -345, -346, -348, -349,
1974
1974
  -350, -351, -352, -353, -354, -355, -356, -357, -366, -468,
1975
- -469, -470, -471, -472, -473, -651, -476, -651, -651, -651,
1976
- -486, -651, -651, -651, -514, -520, -522, -523, -524, -525,
1977
- -622, -527, -528, -623, -530, -531, -532, -533, -534, -535,
1978
- -536, -537, -542, -543, 1095, -3, -639, -647, -648, -649,
1979
- -7, -652, -652, -652, -652, -652, -652, -23, -652, -121,
1975
+ -469, -470, -471, -472, -473, -650, -476, -650, -650, -650,
1976
+ -486, -650, -650, -650, -514, -520, -522, -523, -524, -525,
1977
+ -621, -527, -528, -622, -530, -531, -532, -533, -534, -535,
1978
+ -536, -537, -542, -543, 1095, -3, -638, -646, -647, -648,
1979
+ -7, -651, -651, -651, -651, -651, -651, -23, -651, -121,
1980
1980
  -122, -123, -124, -125, -126, -127, -128, -129, -133, -134,
1981
1981
  -135, -136, -137, -138, -139, -140, -141, -142, -143, -144,
1982
1982
  -145, -146, -147, -148, -149, -150, -151, -152, -153, -154,
@@ -1985,94 +1985,94 @@ racc_action_default = [
1985
1985
  -175, -176, -177, -178, -179, -180, -181, -182, -183, -184,
1986
1986
  -185, -186, -187, -188, -189, -190, -191, -192, -193, -194,
1987
1987
  -195, -196, -197, -198, -199, -200, -201, -202, -203, -204,
1988
- -28, -130, -651, -652, -652, -652, -652, -652, -651, -652,
1989
- -652, -634, -635, -652, -652, -640, -641, -54, -652, -538,
1990
- -539, -652, -294, -652, -652, -236, -652, -651, -652, -652,
1991
- -652, -652, -652, -652, -652, -652, -652, -652, -652, -652,
1992
- -652, -652, -652, -652, -652, -652, -652, -652, -652, -652,
1993
- -652, -245, -246, -247, -248, -652, -359, -452, -431, -652,
1994
- -636, -637, -67, -652, -316, -358, -652, -445, -447, -73,
1995
- -651, -442, -74, -640, -75, -251, -266, -651, -651, -270,
1996
- -652, -276, -652, -651, -616, -652, -652, -76, -77, -638,
1997
- -17, -18, -652, -21, -22, -80, -651, -640, -652, -83,
1998
- -86, -651, -98, -99, -652, -652, -106, -309, -312, -640,
1999
- -435, -343, -344, -347, -443, -652, -88, -652, -94, -304,
2000
- -521, -652, -224, -225, -652, -237, -652, -651, -300, -640,
2001
- -651, -651, -318, -319, -570, -56, -652, -652, -652, -651,
2002
- -651, -638, -652, -639, -538, -539, -652, -652, -294, -652,
2003
- -376, -377, -652, -330, -652, -121, -122, -164, -165, -166,
2004
- -182, -187, -194, -197, -337, -652, -538, -539, -611, -612,
2005
- -474, -652, -498, -652, -500, -652, -502, -652, -652, -481,
2006
- -652, -651, -652, -652, -494, -652, -652, -496, -652, -513,
2007
- -515, -516, -517, -518, -6, -650, -29, -30, -31, -32,
2008
- -33, -10, -11, -652, -25, -26, -27, -131, -652, -36,
2009
- -38, -281, -652, -652, -280, -37, -652, -40, -652, -294,
1988
+ -28, -130, -650, -651, -651, -651, -651, -651, -650, -651,
1989
+ -651, -633, -634, -651, -651, -639, -640, -54, -651, -538,
1990
+ -539, -651, -294, -651, -651, -236, -651, -650, -651, -651,
1991
+ -651, -651, -651, -651, -651, -651, -651, -651, -651, -651,
1992
+ -651, -651, -651, -651, -651, -651, -651, -651, -651, -651,
1993
+ -651, -245, -246, -247, -248, -651, -359, -452, -431, -651,
1994
+ -635, -636, -67, -651, -316, -358, -651, -445, -447, -73,
1995
+ -650, -442, -74, -639, -75, -251, -266, -650, -650, -270,
1996
+ -651, -276, -651, -650, -615, -651, -651, -76, -77, -637,
1997
+ -17, -18, -651, -21, -22, -80, -650, -639, -651, -83,
1998
+ -86, -650, -98, -99, -651, -651, -106, -309, -312, -639,
1999
+ -435, -343, -344, -347, -443, -651, -88, -651, -94, -304,
2000
+ -521, -651, -224, -225, -651, -237, -651, -650, -300, -639,
2001
+ -650, -650, -318, -319, -570, -56, -651, -651, -651, -650,
2002
+ -650, -637, -651, -638, -538, -539, -651, -651, -294, -651,
2003
+ -376, -377, -651, -330, -651, -121, -122, -164, -165, -166,
2004
+ -182, -187, -194, -197, -337, -651, -538, -539, -610, -611,
2005
+ -474, -651, -498, -651, -500, -651, -502, -651, -651, -481,
2006
+ -651, -650, -651, -651, -494, -651, -651, -496, -651, -513,
2007
+ -515, -516, -517, -518, -6, -649, -29, -30, -31, -32,
2008
+ -33, -10, -11, -651, -25, -26, -27, -131, -651, -36,
2009
+ -38, -281, -651, -651, -280, -37, -651, -40, -651, -294,
2010
2010
  -48, -49, -205, -256, -276, -51, -52, -41, -206, -256,
2011
- -640, -261, -262, -651, -651, -625, -626, -271, -440, -627,
2012
- -628, -626, -625, -271, -439, -441, -627, -628, -47, -214,
2013
- -53, -640, -315, -652, -652, -652, -651, -304, -652, -652,
2014
- -652, -215, -216, -217, -218, -219, -220, -221, -222, -226,
2011
+ -639, -261, -262, -650, -650, -624, -625, -271, -440, -626,
2012
+ -627, -625, -624, -271, -439, -441, -626, -627, -47, -214,
2013
+ -53, -639, -315, -651, -651, -651, -650, -304, -651, -651,
2014
+ -651, -215, -216, -217, -218, -219, -220, -221, -222, -226,
2015
2015
  -227, -228, -229, -231, -232, -233, -234, -235, -238, -239,
2016
- -240, -241, -640, -249, -652, -453, -271, -625, -626, -64,
2017
- -68, -272, -436, -449, -452, -640, -640, -311, -267, -652,
2018
- -275, -268, -652, -273, -652, -277, -652, -619, -621, -16,
2019
- -639, -20, -640, -79, -302, -95, -84, -652, -640, -651,
2020
- -652, -652, -105, -652, -521, -652, -91, -96, -652, -652,
2021
- -652, -652, -250, -242, -652, -460, -652, -640, -299, -252,
2022
- -644, -644, -652, -652, -614, -644, -652, -424, -570, -427,
2023
- -610, -610, -553, -555, -555, -555, -569, -572, -573, -574,
2024
- -575, -576, -577, -578, -579, -652, -581, -583, -585, -590,
2025
- -592, -593, -595, -600, -602, -603, -605, -606, -607, -652,
2026
- -651, -367, -368, -651, -652, -652, -652, -652, -652, -362,
2027
- -455, -651, -652, -652, -304, -57, -116, -117, -652, -119,
2028
- -652, -294, -651, -652, -335, -548, -340, -632, -633, -652,
2016
+ -240, -241, -639, -249, -651, -453, -271, -624, -625, -64,
2017
+ -68, -272, -436, -449, -452, -639, -639, -311, -267, -651,
2018
+ -275, -268, -651, -273, -651, -277, -651, -618, -620, -16,
2019
+ -638, -20, -639, -79, -302, -95, -84, -651, -639, -650,
2020
+ -651, -651, -105, -651, -521, -651, -91, -96, -651, -651,
2021
+ -651, -651, -250, -242, -651, -460, -651, -639, -299, -252,
2022
+ -643, -643, -651, -651, -613, -643, -651, -424, -570, -427,
2023
+ -609, -609, -553, -555, -555, -555, -569, -571, -572, -573,
2024
+ -574, -575, -576, -577, -578, -651, -580, -582, -584, -589,
2025
+ -591, -592, -594, -599, -601, -602, -604, -605, -606, -651,
2026
+ -650, -367, -368, -650, -651, -651, -651, -651, -651, -362,
2027
+ -455, -650, -651, -651, -304, -57, -116, -117, -651, -119,
2028
+ -651, -294, -650, -651, -335, -548, -340, -631, -632, -651,
2029
2029
  -475, -499, -504, -505, -507, -477, -501, -478, -503, -479,
2030
- -480, -652, -483, -485, -652, -488, -490, -491, -652, -492,
2031
- -493, -652, -519, -651, -24, -652, -34, -284, -652, -652,
2032
- -651, -652, -652, -652, -444, -652, -263, -265, -652, -652,
2033
- -69, -259, -260, -437, -652, -652, -71, -438, -314, -642,
2034
- -625, -626, -625, -626, -640, -652, -430, -651, -63, -432,
2035
- -449, -652, -450, -652, -258, -310, -651, -274, -278, -652,
2036
- -617, -618, -652, -19, -81, -652, -87, -93, -640, -625,
2037
- -626, -651, -629, -104, -652, -89, -652, -652, -223, -640,
2038
- -651, -360, -651, -297, -365, -301, -253, -646, -645, -255,
2039
- -646, -306, -308, -615, -652, -640, -652, -551, -552, -652,
2040
- -652, -562, -652, -565, -652, -567, -652, -378, -652, -380,
2041
- -382, -389, -640, -584, -594, -604, -608, -651, -369, -651,
2042
- -58, -370, -371, -322, -323, -652, -325, -652, -640, -625,
2043
- -626, -629, -303, -651, -116, -117, -118, -652, -652, -651,
2044
- -328, -544, -546, -331, -651, -651, -570, -570, -652, -640,
2045
- -652, -651, -482, -484, -652, -487, -495, -497, -652, -132,
2046
- -282, -652, -640, -625, -626, -626, -625, -257, -652, -643,
2047
- -651, -43, -208, -44, -209, -70, -45, -211, -46, -210,
2048
- -72, -652, -652, -652, -652, -444, -652, -412, -413, -640,
2049
- -415, -651, -434, -433, -652, -446, -651, -448, -269, -279,
2050
- -620, -85, -444, -97, -213, -313, -13, -15, -361, -363,
2051
- -651, -467, -461, -651, -462, -463, -644, -425, -651, -651,
2052
- -417, -640, -610, -591, -609, -554, -555, -555, -582, -555,
2053
- -555, -601, -555, -579, -596, -640, -652, -387, -652, -580,
2054
- -652, -364, -372, -652, -374, -651, -652, -59, -324, -652,
2055
- -444, -652, -116, -117, -120, -640, -651, -652, -652, -652,
2056
- -338, -640, -652, -341, -613, -506, -509, -510, -511, -512,
2057
- -652, -489, -12, -283, -444, -42, -207, -264, -652, -243,
2058
- -610, -610, -394, -651, -651, -651, -411, -652, -640, -579,
2059
- -587, -588, -598, -454, -65, -651, -651, -466, -652, -652,
2060
- -465, -254, -652, -652, -652, -426, -550, -652, -558, -652,
2061
- -560, -652, -563, -652, -566, -568, -379, -381, -385, -652,
2062
- -390, -320, -652, -375, -321, -652, -651, -326, -444, -652,
2063
- -652, -332, -336, -652, -547, -549, -548, -508, -652, -392,
2064
- -393, -402, -396, -404, -652, -407, -652, -409, -414, -652,
2065
- -652, -586, -652, -451, -651, -651, -538, -539, -652, -652,
2066
- -294, -464, -428, -429, -640, -419, -421, -422, -555, -555,
2067
- -555, -555, -383, -652, -388, -652, -651, -278, -651, -329,
2068
- -545, -651, -339, -651, -610, -589, -395, -651, -651, -651,
2069
- -651, -599, -651, -416, -597, -652, -304, -14, -460, -651,
2070
- -652, -652, -304, -418, -652, -652, -556, -559, -561, -564,
2071
- -652, -386, -651, -456, -457, -458, -652, -652, -391, -652,
2072
- -399, -652, -401, -652, -405, -652, -408, -410, -303, -629,
2073
- -459, -640, -625, -626, -629, -303, -420, -555, -384, -373,
2074
- -333, -342, -651, -651, -651, -651, -444, -557, -652, -397,
2075
- -400, -403, -406, -651, -398 ]
2030
+ -480, -651, -483, -485, -651, -488, -490, -491, -651, -492,
2031
+ -493, -651, -519, -650, -24, -651, -34, -284, -651, -651,
2032
+ -650, -651, -651, -651, -444, -651, -263, -265, -651, -651,
2033
+ -69, -259, -260, -437, -651, -651, -71, -438, -314, -641,
2034
+ -624, -625, -624, -625, -639, -651, -430, -650, -63, -432,
2035
+ -449, -651, -450, -651, -258, -310, -650, -274, -278, -651,
2036
+ -616, -617, -651, -19, -81, -651, -87, -93, -639, -624,
2037
+ -625, -650, -628, -104, -651, -89, -651, -651, -223, -639,
2038
+ -650, -360, -650, -297, -365, -301, -253, -645, -644, -255,
2039
+ -645, -306, -308, -614, -651, -639, -651, -551, -552, -651,
2040
+ -651, -562, -651, -565, -651, -567, -651, -378, -651, -380,
2041
+ -382, -389, -639, -583, -593, -603, -607, -650, -369, -650,
2042
+ -58, -370, -371, -322, -323, -651, -325, -651, -639, -624,
2043
+ -625, -628, -303, -650, -116, -117, -118, -651, -651, -650,
2044
+ -328, -544, -546, -331, -650, -650, -570, -570, -651, -639,
2045
+ -651, -650, -482, -484, -651, -487, -495, -497, -651, -132,
2046
+ -282, -651, -639, -624, -625, -625, -624, -257, -651, -642,
2047
+ -650, -43, -208, -44, -209, -70, -45, -211, -46, -210,
2048
+ -72, -651, -651, -651, -651, -444, -651, -412, -413, -639,
2049
+ -415, -650, -434, -433, -651, -446, -650, -448, -269, -279,
2050
+ -619, -85, -444, -97, -213, -313, -13, -15, -361, -363,
2051
+ -650, -467, -461, -650, -462, -463, -643, -425, -650, -650,
2052
+ -417, -639, -609, -590, -608, -554, -555, -555, -581, -555,
2053
+ -555, -600, -555, -578, -595, -639, -651, -387, -651, -579,
2054
+ -651, -364, -372, -651, -374, -650, -651, -59, -324, -651,
2055
+ -444, -651, -116, -117, -120, -639, -650, -651, -651, -651,
2056
+ -338, -639, -651, -341, -612, -506, -509, -510, -511, -512,
2057
+ -651, -489, -12, -283, -444, -42, -207, -264, -651, -243,
2058
+ -609, -609, -394, -650, -650, -650, -411, -651, -639, -578,
2059
+ -586, -587, -597, -454, -65, -650, -650, -466, -651, -651,
2060
+ -465, -254, -651, -651, -651, -426, -550, -651, -558, -651,
2061
+ -560, -651, -563, -651, -566, -568, -379, -381, -385, -651,
2062
+ -390, -320, -651, -375, -321, -651, -650, -326, -444, -651,
2063
+ -651, -332, -336, -651, -547, -549, -548, -508, -651, -392,
2064
+ -393, -402, -396, -404, -651, -407, -651, -409, -414, -651,
2065
+ -651, -585, -651, -451, -650, -650, -538, -539, -651, -651,
2066
+ -294, -464, -428, -429, -639, -419, -421, -422, -555, -555,
2067
+ -555, -555, -383, -651, -388, -651, -650, -278, -650, -329,
2068
+ -545, -650, -339, -650, -609, -588, -395, -650, -650, -650,
2069
+ -650, -598, -650, -416, -596, -651, -304, -14, -460, -650,
2070
+ -651, -651, -304, -418, -651, -651, -556, -559, -561, -564,
2071
+ -651, -386, -650, -456, -457, -458, -651, -651, -391, -651,
2072
+ -399, -651, -401, -651, -405, -651, -408, -410, -303, -628,
2073
+ -459, -639, -624, -625, -628, -303, -420, -555, -384, -373,
2074
+ -333, -342, -650, -650, -650, -650, -444, -557, -651, -397,
2075
+ -400, -403, -406, -650, -398 ]
2076
2076
 
2077
2077
  clist = [
2078
2078
  '6,129,234,229,450,296,296,296,356,357,237,280,361,608,291,384,298,298',
@@ -2199,47 +2199,47 @@ clist = [
2199
2199
  clist = [
2200
2200
  '6,120,39,37,35,45,45,45,23,23,26,37,23,115,87,69,86,86,86,70,70,173',
2201
2201
  '62,79,79,15,2,9,104,39,51,14,172,9,28,28,21,21,12,41,41,30,30,69,36',
2202
- '30,211,155,155,84,84,84,49,49,123,73,73,64,79,74,74,205,8,50,50,50,35',
2203
- '120,77,109,63,89,23,23,23,23,58,108,108,17,194,111,90,70,5,90,222,9',
2204
- '217,59,57,57,57,6,164,6,6,6,150,6,6,6,49,52,212,30,30,30,30,174,151',
2205
- '70,190,24,67,162,24,160,7,32,148,166,24,218,191,32,149,76,167,68,191',
2202
+ '30,210,155,155,84,84,84,49,49,123,73,73,64,79,74,74,205,8,50,50,50,35',
2203
+ '120,77,109,63,89,23,23,23,23,58,108,108,17,194,111,90,70,5,90,221,9',
2204
+ '216,59,57,57,57,6,164,6,6,6,150,6,6,6,49,52,211,30,30,30,30,174,151',
2205
+ '70,190,24,67,162,24,160,7,32,148,166,24,217,191,32,149,76,167,68,191',
2206
2206
  '68,1,76,195,161,195,161,3,195,10,85,85,11,13,16,85,18,20,195,5,9,22',
2207
2207
  '25,29,31,42,44,48,54,9,75,80,83,88,60,100,103,106,117,119,124,125,126',
2208
2208
  '127,128,129,130,131,132,133,134,135,136,137,138,139,140,164,141,152',
2209
- '151,158,165,168,169,170,171,218,30,30,45,177,178,180,182,183,184,30',
2209
+ '151,158,165,168,169,170,171,217,30,30,45,177,178,180,182,183,184,30',
2210
2210
  '30,26,26,185,87,26,186,189,14,192,193,26,166,37,60,161,196,6,89,167',
2211
- '90,90,222,197,198,199,200,7,201,70,202,84,84,14,203,204,151,172,60,209',
2212
- '214,215,221,35,,,,45,64,115,148,211,150,,45,162,64,45,86,,160,87,,,67',
2213
- ',205,,86,36,60,52,,151,,,,,164,6,149,,,149,217,222,6,6,49,49,23,84,6',
2214
- '36,,,120,79,,37,39,84,14,,,,35,14,212,87,,190,,62,79,,37,194,,,208,208',
2215
- '208,30,,86,86,,9,,155,111,57,161,,,212,174,,6,6,37,57,63,17,14,14,58',
2211
+ '90,90,221,197,198,199,200,7,201,70,202,84,84,14,203,204,151,172,60,209',
2212
+ '213,214,220,35,,,,45,64,115,148,210,150,,45,162,64,45,86,,160,87,,,67',
2213
+ ',205,,86,36,60,52,,151,,,,,164,6,149,,,149,216,221,6,6,49,49,23,84,6',
2214
+ '36,,,120,79,,37,39,84,14,,,,35,14,211,87,,190,,62,79,,37,194,,,208,208',
2215
+ '208,30,,86,86,,9,,155,111,57,161,,,211,174,,6,6,37,57,63,17,14,14,58',
2216
2216
  '120,79,77,79,58,36,49,109,,8,84,,59,,,,49,59,,161,,76,161,76,,195,,',
2217
2217
  '195,,35,5,,,,,,,,36,155,155,6,,60,,,,123,,,,,,,,,,,,149,51,149,,,37',
2218
- ',51,64,,,,212,39,70,211,,211,49,35,85,,,5,87,,,,60,60,87,21,45,,6,6',
2219
- ',161,6,,,87,,,,60,,172,172,,73,60,89,,74,,,6,12,12,,211,211,90,222,39',
2218
+ ',51,64,,,,211,39,70,210,,210,49,35,85,,,5,87,,,,60,60,87,21,45,,6,6',
2219
+ ',161,6,,,87,,,,60,,172,172,,73,60,89,,74,,,6,12,12,,210,210,90,221,39',
2220
2220
  '70,49,49,,60,,36,87,50,,205,205,,,50,,149,149,155,,86,6,,,,15,,,34,45',
2221
- ',,,,34,,,,211,62,79,87,,,,30,,62,79,34,28,87,195,,6,,,50,34,34,34,,34',
2221
+ ',,,,34,,,,210,62,79,87,,,,30,,62,79,34,28,87,195,,6,,,50,34,34,34,,34',
2222
2222
  '34,34,24,70,12,,,,149,35,149,24,24,70,32,32,,24,24,,32,32,76,76,,34',
2223
2223
  ',,76,76,34,34,,,34,34,,89,45,41,,12,,,,149,,,,14,87,30,14,,120,49,,30',
2224
- ',,,,,6,108,,,,,,,76,,,6,70,208,208,,208,208,,208,,,,,45,,34,,,,211,34',
2224
+ ',,,,,6,108,,,,,,,76,,,6,70,208,208,,208,208,,208,,,,,45,,34,,,,210,34',
2225
2225
  '34,34,34,34,87,26,,,60,86,6,104,,154,26,26,,6,108,,26,26,70,39,36,,',
2226
- ',115,70,,,211,,,211,2,9,,21,,60,108,173,6,,,39,,62,79,,,6,87,,24,87',
2226
+ ',115,70,,,210,,,210,2,9,,21,,60,108,173,6,,,39,,62,79,,,6,87,,24,87',
2227
2227
  '73,32,62,79,74,,,,,76,6,,86,12,,12,39,,,6,60,6,76,76,76,76,,,,69,,,34',
2228
- '34,34,34,34,34,34,,84,,,34,34,34,,,154,39,,,211,45,,102,6,34,6,,,,,87',
2228
+ '34,34,34,34,34,34,,84,,,34,34,34,,,154,39,,,210,45,,102,6,34,6,,,,,87',
2229
2229
  ',208,208,208,208,14,,,,,156,,,156,6,,,,,39,,84,70,14,,,,,60,34,,,26',
2230
2230
  '70,,159,34,159,,34,102,102,60,102,,6,39,,,,,,35,,,76,,,34,,,23,34,14',
2231
2231
  ',,34,34,60,,208,6,,,,23,157,157,157,,,,14,34,,,,,6,,14,,,34,30,,,,,',
2232
2232
  '49,,,156,34,34,34,,30,,,,39,,,,,14,34,,34,,159,,,,,,,,,120,,154,,120',
2233
2233
  '154,,,154,,154,,,,39,,,,,,,,79,,,,,6,6,6,,79,,,53,,14,14,,,53,,,,,,',
2234
- ',,157,157,157,157,,157,53,,,,,,,213,,53,53,53,14,53,102,,,120,,,,,,',
2234
+ ',,157,157,157,157,,157,53,,,,,,,212,,53,53,53,14,53,102,,,120,,,,,,',
2235
2235
  ',,,79,154,,154,,154,37,154,39,34,,,53,,14,,6,53,53,,,53,157,157,157',
2236
2236
  '157,,159,,159,154,159,,157,,14,45,,,156,6,,156,,,156,,156,87,6,6,6,6',
2237
2237
  ',6,,,,,,,6,,34,159,,159,70,,,34,,34,70,6,39,53,,34,,,53,53,53,53,53',
2238
2238
  ',34,,,,,,,,,,,,,,,102,,6,6,6,6,102,,,,,102,,6,,,,,156,102,156,,156,159',
2239
- '156,,,213,,,213,34,,213,34,213,,159,,159,,159,34,,,,,156,,,,,,,34,,',
2239
+ '156,,,212,,,212,34,,212,34,212,,159,,159,,159,34,,,,,156,,,,,,,34,,',
2240
2240
  ',,,34,,,,,,159,,,,53,53,53,53,53,53,53,,,,,53,53,53,34,,,,,102,34,34',
2241
- ',102,,53,,,,34,34,,,,,34,34,,213,,213,,213,,213,,,,,,,,,,,,,,,,,53,',
2242
- ',,,34,213,53,,,53,,,,,,34,,,,,,,,,,,,,53,,,,53,,,,,53,,,,,,,102,102',
2241
+ ',102,,53,,,,34,34,,,,,34,34,,212,,212,,212,,212,,,,,,,,,,,,,,,,,53,',
2242
+ ',,,34,212,53,,,53,,,,,,34,,,,,,,,,,,,,53,,,,53,,,,,53,,,,,,,102,102',
2243
2243
  ',,,,,,,,,,,,,,,,,53,,,,,,,,,34,,53,53,53,,34,,,,,34,34,,,,,,34,,,,,',
2244
2244
  ',,,,,,,,,,,34,,,,,,,,,,,,,,,,,,,,,,,34,,,,,,,,,,,,,,,,,,,34,,,,,,,,34',
2245
2245
  '34,,,,,,,,,,,,,,,,,,,,,,,,34,,34,,,,,,,,53,,,34,34,,,,,,,,,,,,,,,,,',
@@ -2329,8 +2329,8 @@ racc_goto_pointer = [
2329
2329
  -488, nil, -300, -812, -403, -510, -638, nil, nil, 124,
2330
2330
  17, 27, 120, 120, -318, -259, -176, 132, 132, 132,
2331
2331
  -555, -396, -395, 140, -537, -293, nil, nil, -244, -492,
2332
- nil, -308, -636, 127, -487, -728, nil, -654, -861, nil,
2333
- nil, -138, -436 ]
2332
+ -308, -636, 127, -487, -728, nil, -654, -861, nil, nil,
2333
+ -138, -436 ]
2334
2334
 
2335
2335
  racc_goto_default = [
2336
2336
  nil, nil, nil, nil, 5, nil, 310, 7, 363, 313,
@@ -2354,8 +2354,8 @@ racc_goto_default = [
2354
2354
  nil, 505, nil, nil, nil, nil, nil, 89, 92, 94,
2355
2355
  nil, nil, nil, nil, nil, 631, nil, nil, nil, nil,
2356
2356
  nil, nil, nil, nil, nil, 865, 787, 570, nil, 574,
2357
- nil, 873, 586, 588, 589, 931, 592, 593, 932, 596,
2358
- 599, nil, 304 ]
2357
+ 873, 586, 588, 589, 931, 592, 593, 932, 596, 599,
2358
+ nil, 304 ]
2359
2359
 
2360
2360
  racc_reduce_table = [
2361
2361
  0, 0, :racc_error,
@@ -2929,57 +2929,56 @@ racc_reduce_table = [
2929
2929
  4, 320, :_reduce_568,
2930
2930
  1, 320, :_reduce_569,
2931
2931
  0, 320, :_reduce_570,
2932
- 1, 358, :_reduce_none,
2932
+ 1, 315, :_reduce_571,
2933
2933
  1, 315, :_reduce_572,
2934
2934
  1, 315, :_reduce_573,
2935
2935
  1, 315, :_reduce_574,
2936
- 1, 315, :_reduce_575,
2937
2936
  1, 297, :_reduce_none,
2938
- 1, 297, :_reduce_577,
2937
+ 1, 297, :_reduce_576,
2938
+ 1, 358, :_reduce_none,
2939
2939
  1, 359, :_reduce_none,
2940
+ 3, 359, :_reduce_579,
2941
+ 1, 307, :_reduce_580,
2942
+ 3, 307, :_reduce_581,
2940
2943
  1, 360, :_reduce_none,
2941
- 3, 360, :_reduce_580,
2942
- 1, 307, :_reduce_581,
2943
- 3, 307, :_reduce_582,
2944
- 1, 361, :_reduce_none,
2945
- 2, 362, :_reduce_584,
2946
- 1, 362, :_reduce_585,
2947
- 2, 363, :_reduce_586,
2948
- 1, 363, :_reduce_587,
2944
+ 2, 361, :_reduce_583,
2945
+ 1, 361, :_reduce_584,
2946
+ 2, 362, :_reduce_585,
2947
+ 1, 362, :_reduce_586,
2949
2948
  1, 301, :_reduce_none,
2950
- 3, 301, :_reduce_589,
2949
+ 3, 301, :_reduce_588,
2951
2950
  1, 355, :_reduce_none,
2952
- 3, 355, :_reduce_591,
2953
- 1, 364, :_reduce_none,
2954
- 1, 364, :_reduce_none,
2955
- 2, 302, :_reduce_594,
2956
- 1, 302, :_reduce_595,
2951
+ 3, 355, :_reduce_590,
2952
+ 1, 363, :_reduce_none,
2953
+ 1, 363, :_reduce_none,
2954
+ 2, 302, :_reduce_593,
2955
+ 1, 302, :_reduce_594,
2956
+ 3, 364, :_reduce_595,
2957
2957
  3, 365, :_reduce_596,
2958
- 3, 366, :_reduce_597,
2959
- 1, 308, :_reduce_598,
2960
- 3, 308, :_reduce_599,
2961
- 1, 357, :_reduce_600,
2962
- 3, 357, :_reduce_601,
2958
+ 1, 308, :_reduce_597,
2959
+ 3, 308, :_reduce_598,
2960
+ 1, 357, :_reduce_599,
2961
+ 3, 357, :_reduce_600,
2962
+ 1, 366, :_reduce_none,
2963
+ 1, 366, :_reduce_none,
2964
+ 2, 309, :_reduce_603,
2965
+ 1, 309, :_reduce_604,
2963
2966
  1, 367, :_reduce_none,
2964
2967
  1, 367, :_reduce_none,
2965
- 2, 309, :_reduce_604,
2966
- 1, 309, :_reduce_605,
2967
- 1, 368, :_reduce_none,
2968
- 1, 368, :_reduce_none,
2969
- 2, 304, :_reduce_608,
2970
- 2, 303, :_reduce_609,
2971
- 0, 303, :_reduce_610,
2968
+ 2, 304, :_reduce_607,
2969
+ 2, 303, :_reduce_608,
2970
+ 0, 303, :_reduce_609,
2972
2971
  1, 272, :_reduce_none,
2973
- 0, 369, :_reduce_612,
2974
- 4, 272, :_reduce_613,
2975
- 1, 251, :_reduce_614,
2972
+ 0, 368, :_reduce_611,
2973
+ 4, 272, :_reduce_612,
2974
+ 1, 251, :_reduce_613,
2976
2975
  2, 251, :_reduce_none,
2977
2976
  1, 234, :_reduce_none,
2978
- 3, 234, :_reduce_617,
2979
- 3, 370, :_reduce_618,
2980
- 2, 370, :_reduce_619,
2981
- 4, 370, :_reduce_620,
2982
- 2, 370, :_reduce_621,
2977
+ 3, 234, :_reduce_616,
2978
+ 3, 369, :_reduce_617,
2979
+ 2, 369, :_reduce_618,
2980
+ 4, 369, :_reduce_619,
2981
+ 2, 369, :_reduce_620,
2983
2982
  1, 203, :_reduce_none,
2984
2983
  1, 203, :_reduce_none,
2985
2984
  1, 203, :_reduce_none,
@@ -3005,13 +3004,13 @@ racc_reduce_table = [
3005
3004
  0, 233, :_reduce_none,
3006
3005
  1, 233, :_reduce_none,
3007
3006
  1, 233, :_reduce_none,
3008
- 1, 268, :_reduce_647,
3007
+ 1, 268, :_reduce_646,
3009
3008
  1, 268, :_reduce_none,
3010
3009
  1, 156, :_reduce_none,
3011
- 2, 156, :_reduce_650,
3012
- 0, 154, :_reduce_651 ]
3010
+ 2, 156, :_reduce_649,
3011
+ 0, 154, :_reduce_650 ]
3013
3012
 
3014
- racc_reduce_n = 652
3013
+ racc_reduce_n = 651
3015
3014
 
3016
3015
  racc_shift_n = 1095
3017
3016
 
@@ -3544,7 +3543,6 @@ Racc_token_to_s_table = [
3544
3543
  "f_kwarg",
3545
3544
  "opt_args_tail",
3546
3545
  "f_optarg",
3547
- "args_forward",
3548
3546
  "f_arg_asgn",
3549
3547
  "f_arg_item",
3550
3548
  "f_label",
@@ -6807,35 +6805,33 @@ def _reduce_570(val, _values, result)
6807
6805
  result
6808
6806
  end
6809
6807
 
6810
- # reduce 571 omitted
6811
-
6812
- def _reduce_572(val, _values, result)
6808
+ def _reduce_571(val, _values, result)
6813
6809
  yyerror "formal argument cannot be a constant"
6814
6810
 
6815
6811
  result
6816
6812
  end
6817
6813
 
6818
- def _reduce_573(val, _values, result)
6814
+ def _reduce_572(val, _values, result)
6819
6815
  yyerror "formal argument cannot be an instance variable"
6820
6816
 
6821
6817
  result
6822
6818
  end
6823
6819
 
6824
- def _reduce_574(val, _values, result)
6820
+ def _reduce_573(val, _values, result)
6825
6821
  yyerror "formal argument cannot be a global variable"
6826
6822
 
6827
6823
  result
6828
6824
  end
6829
6825
 
6830
- def _reduce_575(val, _values, result)
6826
+ def _reduce_574(val, _values, result)
6831
6827
  yyerror "formal argument cannot be a class variable"
6832
6828
 
6833
6829
  result
6834
6830
  end
6835
6831
 
6836
- # reduce 576 omitted
6832
+ # reduce 575 omitted
6837
6833
 
6838
- def _reduce_577(val, _values, result)
6834
+ def _reduce_576(val, _values, result)
6839
6835
  identifier = val[0].to_sym
6840
6836
  self.env[identifier] = :lvar
6841
6837
 
@@ -6844,17 +6840,17 @@ def _reduce_577(val, _values, result)
6844
6840
  result
6845
6841
  end
6846
6842
 
6847
- # reduce 578 omitted
6843
+ # reduce 577 omitted
6848
6844
 
6849
- # reduce 579 omitted
6845
+ # reduce 578 omitted
6850
6846
 
6851
- def _reduce_580(val, _values, result)
6847
+ def _reduce_579(val, _values, result)
6852
6848
  result = val[1]
6853
6849
 
6854
6850
  result
6855
6851
  end
6856
6852
 
6857
- def _reduce_581(val, _values, result)
6853
+ def _reduce_580(val, _values, result)
6858
6854
  arg, = val
6859
6855
 
6860
6856
  case arg
@@ -6870,7 +6866,7 @@ def _reduce_581(val, _values, result)
6870
6866
  result
6871
6867
  end
6872
6868
 
6873
- def _reduce_582(val, _values, result)
6869
+ def _reduce_581(val, _values, result)
6874
6870
  list, _, item = val
6875
6871
 
6876
6872
  if list.sexp_type == :args then
@@ -6884,9 +6880,9 @@ def _reduce_582(val, _values, result)
6884
6880
  result
6885
6881
  end
6886
6882
 
6887
- # reduce 583 omitted
6883
+ # reduce 582 omitted
6888
6884
 
6889
- def _reduce_584(val, _values, result)
6885
+ def _reduce_583(val, _values, result)
6890
6886
  # TODO: new_kw_arg
6891
6887
  (label, line), arg = val
6892
6888
 
@@ -6899,7 +6895,7 @@ def _reduce_584(val, _values, result)
6899
6895
  result
6900
6896
  end
6901
6897
 
6902
- def _reduce_585(val, _values, result)
6898
+ def _reduce_584(val, _values, result)
6903
6899
  (label, line), = val
6904
6900
 
6905
6901
  id = label.to_sym
@@ -6910,7 +6906,7 @@ def _reduce_585(val, _values, result)
6910
6906
  result
6911
6907
  end
6912
6908
 
6913
- def _reduce_586(val, _values, result)
6909
+ def _reduce_585(val, _values, result)
6914
6910
  # TODO: new_kw_arg
6915
6911
  (label, line), expr = val
6916
6912
  id = label.to_sym
@@ -6921,7 +6917,7 @@ def _reduce_586(val, _values, result)
6921
6917
  result
6922
6918
  end
6923
6919
 
6924
- def _reduce_587(val, _values, result)
6920
+ def _reduce_586(val, _values, result)
6925
6921
  # TODO: new_kw_arg
6926
6922
  (label, line), = val
6927
6923
  id = label.to_sym
@@ -6932,28 +6928,28 @@ def _reduce_587(val, _values, result)
6932
6928
  result
6933
6929
  end
6934
6930
 
6935
- # reduce 588 omitted
6931
+ # reduce 587 omitted
6936
6932
 
6937
- def _reduce_589(val, _values, result)
6933
+ def _reduce_588(val, _values, result)
6938
6934
  list, _, item = val
6939
6935
  result = list << item.last
6940
6936
 
6941
6937
  result
6942
6938
  end
6943
6939
 
6944
- # reduce 590 omitted
6940
+ # reduce 589 omitted
6945
6941
 
6946
- def _reduce_591(val, _values, result)
6942
+ def _reduce_590(val, _values, result)
6947
6943
  result = args val
6948
6944
 
6949
6945
  result
6950
6946
  end
6951
6947
 
6952
- # reduce 592 omitted
6948
+ # reduce 591 omitted
6953
6949
 
6954
- # reduce 593 omitted
6950
+ # reduce 592 omitted
6955
6951
 
6956
- def _reduce_594(val, _values, result)
6952
+ def _reduce_593(val, _values, result)
6957
6953
  name = val[1].to_sym
6958
6954
  self.assignable name
6959
6955
  result = :"**#{name}"
@@ -6961,34 +6957,33 @@ def _reduce_594(val, _values, result)
6961
6957
  result
6962
6958
  end
6963
6959
 
6964
- def _reduce_595(val, _values, result)
6960
+ def _reduce_594(val, _values, result)
6965
6961
  result = :"**"
6966
- self.env[result] = :lvar
6967
6962
 
6968
6963
  result
6969
6964
  end
6970
6965
 
6971
- def _reduce_596(val, _values, result)
6966
+ def _reduce_595(val, _values, result)
6972
6967
  result = self.assignable val[0], val[2]
6973
6968
  # TODO: detect duplicate names
6974
6969
 
6975
6970
  result
6976
6971
  end
6977
6972
 
6978
- def _reduce_597(val, _values, result)
6973
+ def _reduce_596(val, _values, result)
6979
6974
  result = self.assignable val[0], val[2]
6980
6975
 
6981
6976
  result
6982
6977
  end
6983
6978
 
6984
- def _reduce_598(val, _values, result)
6979
+ def _reduce_597(val, _values, result)
6985
6980
  optblk, = val
6986
6981
  result = s(:block, optblk).line optblk.line
6987
6982
 
6988
6983
  result
6989
6984
  end
6990
6985
 
6991
- def _reduce_599(val, _values, result)
6986
+ def _reduce_598(val, _values, result)
6992
6987
  optarg, _, optblk = val
6993
6988
  result = optarg
6994
6989
  result << optblk
@@ -6996,24 +6991,24 @@ def _reduce_599(val, _values, result)
6996
6991
  result
6997
6992
  end
6998
6993
 
6999
- def _reduce_600(val, _values, result)
6994
+ def _reduce_599(val, _values, result)
7000
6995
  opt, = val
7001
6996
  result = s(:block, opt).line opt.line
7002
6997
 
7003
6998
  result
7004
6999
  end
7005
7000
 
7006
- def _reduce_601(val, _values, result)
7001
+ def _reduce_600(val, _values, result)
7007
7002
  result = self.block_append val[0], val[2]
7008
7003
 
7009
7004
  result
7010
7005
  end
7011
7006
 
7012
- # reduce 602 omitted
7007
+ # reduce 601 omitted
7013
7008
 
7014
- # reduce 603 omitted
7009
+ # reduce 602 omitted
7015
7010
 
7016
- def _reduce_604(val, _values, result)
7011
+ def _reduce_603(val, _values, result)
7017
7012
  # TODO: differs from parse.y - needs tests
7018
7013
  name = val[1].to_sym
7019
7014
  self.assignable name
@@ -7022,7 +7017,7 @@ def _reduce_604(val, _values, result)
7022
7017
  result
7023
7018
  end
7024
7019
 
7025
- def _reduce_605(val, _values, result)
7020
+ def _reduce_604(val, _values, result)
7026
7021
  name = :"*"
7027
7022
  self.env[name] = :lvar
7028
7023
  result = name
@@ -7030,11 +7025,11 @@ def _reduce_605(val, _values, result)
7030
7025
  result
7031
7026
  end
7032
7027
 
7033
- # reduce 606 omitted
7028
+ # reduce 605 omitted
7034
7029
 
7035
- # reduce 607 omitted
7030
+ # reduce 606 omitted
7036
7031
 
7037
- def _reduce_608(val, _values, result)
7032
+ def _reduce_607(val, _values, result)
7038
7033
  identifier = val[1].to_sym
7039
7034
 
7040
7035
  self.env[identifier] = :lvar
@@ -7043,27 +7038,27 @@ def _reduce_608(val, _values, result)
7043
7038
  result
7044
7039
  end
7045
7040
 
7046
- def _reduce_609(val, _values, result)
7041
+ def _reduce_608(val, _values, result)
7047
7042
  result = val[1]
7048
7043
 
7049
7044
  result
7050
7045
  end
7051
7046
 
7052
- def _reduce_610(val, _values, result)
7047
+ def _reduce_609(val, _values, result)
7053
7048
  result = nil
7054
7049
 
7055
7050
  result
7056
7051
  end
7057
7052
 
7058
- # reduce 611 omitted
7053
+ # reduce 610 omitted
7059
7054
 
7060
- def _reduce_612(val, _values, result)
7055
+ def _reduce_611(val, _values, result)
7061
7056
  lexer.lex_state = EXPR_BEG
7062
7057
 
7063
7058
  result
7064
7059
  end
7065
7060
 
7066
- def _reduce_613(val, _values, result)
7061
+ def _reduce_612(val, _values, result)
7067
7062
  result = val[2]
7068
7063
  yyerror "Can't define single method for literals." if
7069
7064
  result.sexp_type == :lit
@@ -7071,17 +7066,17 @@ def _reduce_613(val, _values, result)
7071
7066
  result
7072
7067
  end
7073
7068
 
7074
- def _reduce_614(val, _values, result)
7069
+ def _reduce_613(val, _values, result)
7075
7070
  result = s(:array).line lexer.lineno
7076
7071
 
7077
7072
  result
7078
7073
  end
7079
7074
 
7080
- # reduce 615 omitted
7075
+ # reduce 614 omitted
7081
7076
 
7082
- # reduce 616 omitted
7077
+ # reduce 615 omitted
7083
7078
 
7084
- def _reduce_617(val, _values, result)
7079
+ def _reduce_616(val, _values, result)
7085
7080
  list = val[0].dup
7086
7081
  more = val[2].sexp_body
7087
7082
  list.push(*more) unless more.empty?
@@ -7091,14 +7086,14 @@ def _reduce_617(val, _values, result)
7091
7086
  result
7092
7087
  end
7093
7088
 
7094
- def _reduce_618(val, _values, result)
7089
+ def _reduce_617(val, _values, result)
7095
7090
  v1, _, v2 = val
7096
7091
  result = s(:array, v1, v2).line v1.line
7097
7092
 
7098
7093
  result
7099
7094
  end
7100
7095
 
7101
- def _reduce_619(val, _values, result)
7096
+ def _reduce_618(val, _values, result)
7102
7097
  (label, line), arg = val
7103
7098
 
7104
7099
  lit = s(:lit, label.to_sym).line line
@@ -7107,7 +7102,7 @@ def _reduce_619(val, _values, result)
7107
7102
  result
7108
7103
  end
7109
7104
 
7110
- def _reduce_620(val, _values, result)
7105
+ def _reduce_619(val, _values, result)
7111
7106
  _, sym, _, value = val
7112
7107
  sym.sexp_type = :dsym
7113
7108
  result = s(:array, sym, value).line sym.line
@@ -7115,7 +7110,7 @@ def _reduce_620(val, _values, result)
7115
7110
  result
7116
7111
  end
7117
7112
 
7118
- def _reduce_621(val, _values, result)
7113
+ def _reduce_620(val, _values, result)
7119
7114
  _, arg = val
7120
7115
  line = arg.line
7121
7116
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7123,6 +7118,8 @@ def _reduce_621(val, _values, result)
7123
7118
  result
7124
7119
  end
7125
7120
 
7121
+ # reduce 621 omitted
7122
+
7126
7123
  # reduce 622 omitted
7127
7124
 
7128
7125
  # reduce 623 omitted
@@ -7171,23 +7168,21 @@ end
7171
7168
 
7172
7169
  # reduce 645 omitted
7173
7170
 
7174
- # reduce 646 omitted
7175
-
7176
- def _reduce_647(val, _values, result)
7171
+ def _reduce_646(val, _values, result)
7177
7172
  yyerrok
7178
7173
  result
7179
7174
  end
7180
7175
 
7181
- # reduce 648 omitted
7176
+ # reduce 647 omitted
7182
7177
 
7183
- # reduce 649 omitted
7178
+ # reduce 648 omitted
7184
7179
 
7185
- def _reduce_650(val, _values, result)
7180
+ def _reduce_649(val, _values, result)
7186
7181
  yyerrok
7187
7182
  result
7188
7183
  end
7189
7184
 
7190
- def _reduce_651(val, _values, result)
7185
+ def _reduce_650(val, _values, result)
7191
7186
  result = nil;
7192
7187
  result
7193
7188
  end