brakeman 5.0.1 → 5.0.2

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