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"
@@ -2458,7 +2456,6 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2458
2456
  | kwrest_mark
2459
2457
  {
2460
2458
  result = :"**"
2461
- self.env[result] = :lvar
2462
2459
  }
2463
2460
 
2464
2461
  f_opt: tIDENTIFIER 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,38 +32,38 @@ clist = [
32
32
  '-529,-529,-529,-110,-526,-529,-529,-529,-101,-529,-103,-101,-106,-103',
33
33
  '235,-105,852,-529,-101,-529,-529,-529,-103,-112,-100,-101,-109,-103',
34
34
  '-112,-529,-529,-109,-529,-529,-529,-529,-529,-113,231,223,235,825,128',
35
- '284,-623,280,286,127,825,106,107,628,-526,-540,633,879,224,605,-620',
35
+ '284,-622,280,286,127,825,106,107,628,-526,-540,633,879,224,605,-619',
36
36
  '-526,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529,-529',
37
- '-529,-623,824,-529,-529,-529,-540,-529,-529,824,-102,-529,628,-529,-529',
38
- '-529,227,-529,-621,-529,-529,-529,-98,-529,-529,-529,-529,-529,-529',
39
- '-529,-624,-529,583,-529,-541,-435,-107,-111,-526,630,629,628,-111,586',
40
- '-541,-526,-529,-529,-529,-529,-620,-529,-303,-529,-526,108,109,286,-529',
41
- '-303,-303,-303,-107,-529,583,-303,-303,723,-303,-104,722,-529,-620,630',
42
- '629,586,594,593,-529,842,-627,-444,787,-621,275,843,-99,-529,-303,-303',
43
- '-108,-303,-303,-303,-303,-303,106,107,476,128,-108,336,630,629,127,-621',
44
- '-212,-536,594,593,587,905,723,232,-536,725,-212,-627,337,-303,-303,-303',
45
- '-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-627,-444,-303',
46
- '-303,-303,235,670,-627,-444,587,-303,371,-623,-303,628,-105,-627,-444',
37
+ '-529,-622,824,-529,-529,-529,-540,-529,-529,824,-102,-529,628,-529,-529',
38
+ '-529,227,-529,-620,-529,-529,-529,-98,-529,-529,-529,-529,-529,-529',
39
+ '-529,-623,-529,583,-529,-541,-435,-107,-111,-526,630,629,628,-111,586',
40
+ '-541,-526,-529,-529,-529,-529,-619,-529,-303,-529,-526,108,109,286,-529',
41
+ '-303,-303,-303,-107,-529,583,-303,-303,723,-303,-104,722,-529,-619,630',
42
+ '629,586,594,593,-529,842,-626,-444,787,-620,275,843,-99,-529,-303,-303',
43
+ '-108,-303,-303,-303,-303,-303,106,107,476,128,-108,336,630,629,127,-620',
44
+ '-212,-536,594,593,587,905,723,232,-536,725,-212,-626,337,-303,-303,-303',
45
+ '-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,-626,-444,-303',
46
+ '-303,-303,235,670,-626,-444,587,-303,371,-622,-303,628,-105,-626,-444',
47
47
  '-303,628,-303,-115,-303,-303,-303,-303,-303,-303,-303,-114,-303,395',
48
- '-303,398,-627,-444,-115,-627,628,-114,816,628,108,109,-627,-303,-303',
49
- '-627,-104,-623,-303,-535,817,-627,-627,-627,-627,-303,-535,400,-627',
50
- '-627,-113,-627,579,403,576,575,574,420,577,-627,-627,664,628,630,629',
51
- '626,-537,425,630,629,631,-627,-627,-537,-627,-627,-627,-627,-627,579',
48
+ '-303,398,-626,-444,-115,-626,628,-114,816,628,108,109,-626,-303,-303',
49
+ '-626,-104,-622,-303,-535,817,-626,-626,-626,-626,-303,-535,400,-626',
50
+ '-626,-113,-626,579,403,576,575,574,420,577,-626,-626,664,628,630,629',
51
+ '626,-537,425,630,629,631,-626,-626,-537,-626,-626,-626,-626,-626,579',
52
52
  '475,576,575,574,-110,577,477,630,629,636,630,629,648,664,665,665,-112',
53
- '912,803,225,226,478,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627',
54
- '-627,-627,-627,-627,234,-110,-627,-627,-627,-534,671,630,629,790,-627',
55
- '803,-534,-627,872,507,272,273,-627,-101,-627,-103,-627,-627,-627,-627',
56
- '-627,-627,-627,-531,-627,-627,-627,-110,-112,-112,-531,-109,-109,289',
57
- '723,1007,231,725,255,-627,-627,-627,-102,230,-627,271,270,-100,-627',
58
- '-627,-627,-627,228,-627,-627,-627,-111,-627,128,723,517,-109,725,127',
59
- '-532,255,-627,-627,-627,-627,252,-532,-533,235,254,253,1038,-627,-627',
60
- '-533,-627,-627,-627,-627,-627,579,623,576,575,574,520,577,579,624,576',
61
- '575,574,252,577,522,128,254,253,250,251,127,594,593,-627,-627,-627,-627',
62
- '-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-78,743,-627,-627',
63
- '-627,-347,818,-627,743,235,-627,531,-347,-627,-627,532,-627,746,-627',
64
- '539,-627,-347,-627,-627,-627,-627,-627,-627,-627,128,-627,-627,-627',
65
- '579,127,576,575,574,583,577,131,132,133,134,135,-627,-627,-627,-627',
66
- '586,-627,-303,-627,292,231,875,879,-627,-303,-303,-303,473,-111,-303',
53
+ '912,803,225,226,478,-626,-626,-626,-626,-626,-626,-626,-626,-626,-626',
54
+ '-626,-626,-626,-626,234,-110,-626,-626,-626,-534,671,630,629,790,-626',
55
+ '803,-534,-626,872,507,272,273,-626,-101,-626,-103,-626,-626,-626,-626',
56
+ '-626,-626,-626,-531,-626,-626,-626,-110,-112,-112,-531,-109,-109,289',
57
+ '723,1007,231,725,255,-626,-626,-626,-102,230,-626,271,270,-100,-626',
58
+ '-626,-626,-626,228,-626,-626,-626,-111,-626,128,723,517,-109,725,127',
59
+ '-532,255,-626,-626,-626,-626,252,-532,-533,235,254,253,1038,-626,-626',
60
+ '-533,-626,-626,-626,-626,-626,579,623,576,575,574,520,577,579,624,576',
61
+ '575,574,252,577,522,128,254,253,250,251,127,594,593,-626,-626,-626,-626',
62
+ '-626,-626,-626,-626,-626,-626,-626,-626,-626,-626,-78,743,-626,-626',
63
+ '-626,-347,818,-626,743,235,-626,531,-347,-626,-626,532,-626,746,-626',
64
+ '539,-626,-347,-626,-626,-626,-626,-626,-626,-626,128,-626,-626,-626',
65
+ '579,127,576,575,574,583,577,131,132,133,134,135,-626,-626,-626,-626',
66
+ '586,-626,-303,-626,292,231,875,879,-626,-303,-303,-303,473,-111,-303',
67
67
  '-303,-303,235,-303,128,-538,474,581,565,127,289,255,-538,-303,-303,-303',
68
68
  '591,590,594,593,542,-538,546,-303,-303,255,-303,-303,-303,-303,-303',
69
69
  '579,235,576,575,574,605,577,579,413,576,575,574,252,577,225,226,254',
@@ -79,21 +79,21 @@ clist = [
79
79
  '-303,-303,-303,-303,-303,-303,-303,-303,-303,-303,231,743,-303,-303',
80
80
  '-303,-294,670,538,716,743,-303,719,-294,-303,235,726,536,727,-303,522',
81
81
  '-303,-294,-303,-303,-303,-303,-303,-303,-303,731,-303,734,-303,231,735',
82
- '231,231,-304,737,739,548,741,609,658,-304,-303,-303,-627,-303,474,-303',
83
- '607,656,-304,-627,-627,-627,-303,749,750,-627,-627,-113,-627,255,-649',
84
- '-649,-649,-649,272,273,751,-627,-649,-649,231,753,719,-304,719,265,266',
85
- '772,-627,-627,-304,-627,-627,-627,-627,-627,774,605,719,-304,776,252',
82
+ '231,231,-304,737,739,548,741,609,658,-304,-303,-303,-626,-303,474,-303',
83
+ '607,656,-304,-626,-626,-626,-303,749,750,-626,-626,-113,-626,255,-648',
84
+ '-648,-648,-648,272,273,751,-626,-648,-648,231,753,719,-304,719,265,266',
85
+ '772,-626,-626,-304,-626,-626,-626,-626,-626,774,605,719,-304,776,252',
86
86
  '781,258,791,254,253,250,251,271,270,256,1000,257,576,575,574,792,577',
87
- '-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627',
88
- '-303,231,-627,-627,-627,-277,671,-303,1029,804,-627,507,-624,-627,507',
89
- '235,-303,774,-627,821,-627,275,-627,-627,-627,-627,-627,-627,-627,830',
90
- '-627,-627,-627,-538,832,520,522,900,901,711,-538,902,122,123,235,-627',
91
- '-627,289,-627,-538,-627,8,85,86,87,12,78,-627,289,-539,79,80,-111,711',
87
+ '-626,-626,-626,-626,-626,-626,-626,-626,-626,-626,-626,-626,-626,-626',
88
+ '-303,231,-626,-626,-626,-277,671,-303,1029,804,-626,507,-623,-626,507',
89
+ '235,-303,774,-626,821,-626,275,-626,-626,-626,-626,-626,-626,-626,830',
90
+ '-626,-626,-626,-538,832,520,522,900,901,711,-538,902,122,123,235,-626',
91
+ '-626,289,-626,-538,-626,8,85,86,87,12,78,-626,289,-539,79,80,-111,711',
92
92
  '255,83,-539,81,82,84,33,34,76,77,235,-539,870,235,879,88,31,30,116,115',
93
93
  '117,118,719,235,22,906,-278,235,911,659,11,49,10,13,120,119,121,110',
94
94
  '60,112,111,113,928,114,122,123,711,106,107,-276,45,46,44,255,259,260',
95
95
  '261,262,272,273,267,268,263,264,-303,248,249,231,933,265,266,-303,43',
96
- '938,1035,36,-624,235,62,63,-303,734,64,1033,38,252,941,258,48,254,253',
96
+ '938,1035,36,-623,235,62,63,-303,734,64,1033,38,252,941,258,48,254,253',
97
97
  '250,251,271,270,256,23,257,943,945,-294,103,95,97,98,99,101,-294,947',
98
98
  '947,96,104,235,269,953,-251,-294,719,66,719,719,93,100,102,235,719,108',
99
99
  '109,310,85,86,87,12,78,235,971,231,79,80,-279,972,734,83,1029,81,82',
@@ -103,8 +103,8 @@ clist = [
103
103
  '267,268,263,264,-304,248,249,1030,842,265,266,-304,43,1036,1039,314',
104
104
  '947,947,62,63,-304,947,64,1044,38,252,1009,258,48,254,253,250,251,271',
105
105
  '270,256,23,257,734,1053,-303,103,95,97,98,99,101,-303,1055,1057,96,104',
106
- '-624,269,1059,1059,-303,716,66,1009,719,93,100,102,719,-624,108,109',
107
- '310,85,86,87,12,78,-623,235,947,79,80,1009,1082,1059,83,1059,81,82,84',
106
+ '-623,269,1059,1059,-303,716,66,1009,719,93,100,102,719,-623,108,109',
107
+ '310,85,86,87,12,78,-622,235,947,79,80,1009,1082,1059,83,1059,81,82,84',
108
108
  '33,34,76,77,131,132,133,134,135,88,31,30,116,115,117,118,1059,1000,22',
109
109
  '576,575,574,1059,577,11,49,312,13,120,119,121,110,60,112,111,113,,114',
110
110
  '122,123,,106,107,,45,46,44,255,259,260,261,262,272,273,267,268,263,264',
@@ -141,38 +141,38 @@ clist = [
141
141
  '86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115',
142
142
  '117,118,,,22,,,,,,11,49,312,13,120,119,121,110,60,112,111,113,,114,122',
143
143
  '123,,106,107,,45,46,44,255,259,260,261,262,272,273,267,268,263,264,',
144
- '-649,-649,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
144
+ '-648,-648,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
145
145
  '251,271,270,256,23,257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
146
146
  '100,102,,,108,109,310,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
147
147
  '76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,312,13,120,119,121',
148
148
  '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,259,260,261,262',
149
- '272,273,267,268,263,264,,-649,-649,,,265,266,,43,,,36,,,62,63,,,64,',
149
+ '272,273,267,268,263,264,,-648,-648,,,265,266,,43,,,36,,,62,63,,,64,',
150
150
  '38,252,,258,48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98,99',
151
151
  '101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,310,85,86,87,12,78,,,',
152
152
  '79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22',
153
153
  ',,,,,11,49,312,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107',
154
- ',45,46,44,255,-649,-649,-649,-649,272,273,,,-649,-649,,,,,,265,266,',
154
+ ',45,46,44,255,-648,-648,-648,-648,272,273,,,-648,-648,,,,,,265,266,',
155
155
  '43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271,270,256,23',
156
156
  '257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109',
157
157
  '8,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30',
158
158
  '116,115,117,118,,,22,,,,,,11,49,10,13,120,119,121,110,60,112,111,113',
159
- ',114,122,123,,106,107,,45,46,44,255,-649,-649,-649,-649,272,273,,,-649',
160
- '-649,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
159
+ ',114,122,123,,106,107,,45,46,44,255,-648,-648,-648,-648,272,273,,,-648',
160
+ '-648,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250',
161
161
  '251,271,270,256,23,257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
162
162
  '100,102,,,108,109,310,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
163
163
  '76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,,11,49,312,13,120,119,121',
164
- '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-649,-649,-649',
165
- '-649,272,273,,,-649,-649,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252',
164
+ '110,60,112,111,113,,114,122,123,,106,107,,45,46,44,255,-648,-648,-648',
165
+ '-648,272,273,,,-648,-648,,,,,,265,266,,43,,,36,,,62,63,,,64,,38,252',
166
166
  ',258,48,254,253,250,251,271,270,256,23,257,,,,103,95,97,98,99,101,,',
167
167
  ',96,104,,,,,,,66,,,93,100,102,,,108,109,310,85,86,87,12,78,,,,79,80',
168
168
  ',,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116,115,117,118,,,22,,,,,',
169
169
  '11,49,312,13,120,119,121,110,60,112,111,113,,114,122,123,,106,107,,45',
170
- '46,44,255,-649,-649,-649,-649,272,273,,,-649,-649,,,,,,265,266,,43,',
170
+ '46,44,255,-648,-648,-648,-648,272,273,,,-648,-648,,,,,,265,266,,43,',
171
171
  ',36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271,270,256,23,257',
172
172
  ',,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,,,108,109,310',
173
173
  '85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,116',
174
174
  '115,117,118,,,22,,,,,,11,49,312,13,120,119,121,110,60,112,111,113,,114',
175
- '122,123,,106,107,,45,46,44,255,-649,-649,-649,-649,272,273,,,-649,-649',
175
+ '122,123,,106,107,,45,46,44,255,-648,-648,-648,-648,272,273,,,-648,-648',
176
176
  ',,,,,265,266,,43,,,36,,,62,63,,,64,,38,252,,258,48,254,253,250,251,271',
177
177
  '270,256,23,257,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102',
178
178
  ',,108,109,310,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,',
@@ -785,30 +785,30 @@ clist = [
785
785
  ',,,581,,,,,,,,,,,594,593,,-295,-295,-295,-295,-295,-295,-295,-295,-295',
786
786
  '-295,-295,-295,-295,-295,,,-295,-295,-295,,,-295,,,-295,,,-295,-295',
787
787
  ',-295,587,-295,,-295,,-295,-295,-295,-295,-295,-295,-295,,-295,,-295',
788
- '579,,576,575,574,583,577,,,,,,-295,-295,-295,-295,586,-295,-648,-295',
789
- ',,,,-295,-648,-648,-648,,,-648,-648,-648,,-648,,,,581,,,,,-648,-648',
790
- '-648,,591,590,594,593,,,,-648,-648,,-648,-648,-648,-648,-648,,,,,,,',
791
- ',,,,,,,,,,,,,,587,,-648,-648,-648,-648,-648,-648,-648,-648,-648,-648',
792
- '-648,-648,-648,-648,,,-648,-648,-648,,,-648,,289,-648,,,-648,-648,,-648',
793
- ',-648,,-648,,-648,-648,-648,-648,-648,-648,-648,,-648,-648,-648,,,,',
794
- ',,,,,,,,-648,-648,-628,-648,,-648,,,,-628,-628,-628,-648,,-628,-628',
795
- '-628,579,-628,576,575,574,583,577,,,,-628,-628,-628,-628,,,586,,,,,-628',
796
- '-628,,-628,-628,-628,-628,-628,,,,,,,,,,581,,,,,,,,,591,590,594,593',
797
- ',-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628',
798
- ',,-628,-628,-628,,,-628,,,-628,,,-628,-628,,-628,587,-628,,-628,,-628',
799
- '-628,-628,-628,-628,-628,-628,,-628,-628,-628,579,,576,575,574,583,577',
800
- ',,,,,-628,-628,-628,-628,586,-628,-629,-628,,,,,-628,-629,-629,-629',
801
- ',,-629,-629,-629,,-629,,,,581,,,,,-629,-629,-629,-629,591,590,594,593',
802
- ',,,-629,-629,,-629,-629,-629,-629,-629,,,,,,,,,,,,,,235,,,,,,,,587,',
803
- '-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629,-629',
804
- ',,-629,-629,-629,,,-629,,,-629,,,-629,-629,,-629,,-629,,-629,,-629,-629',
805
- '-629,-629,-629,-629,-629,,-629,-629,-629,579,,576,575,574,583,577,,',
806
- ',,,-629,-629,-629,-629,586,-629,-648,-629,,,,,-629,-648,-648,-648,,',
807
- '-648,-648,-648,,-648,,,,581,,,,,-648,-648,,,591,590,594,593,,,,-648',
808
- '-648,,-648,-648,-648,-648,-648,579,,576,575,574,583,577,579,,576,575',
809
- '574,583,577,,,586,,,,,587,,586,,,,,,,,,,,-648,,,,581,,,-648,,,,581,289',
810
- '-648,,594,593,,,,,,594,593,,,,,,,,,,,-648,-648,,,,,,,,,,,,,-648,587',
811
- ',,,-648,,,587,,,,-648,189,200,190,213,186,206,196,195,216,217,211,194',
788
+ '579,,576,575,574,583,577,,,,,,-295,-295,-295,-295,586,-295,-647,-295',
789
+ ',,,,-295,-647,-647,-647,,,-647,-647,-647,,-647,,,,581,,,,,-647,-647',
790
+ '-647,,591,590,594,593,,,,-647,-647,,-647,-647,-647,-647,-647,,,,,,,',
791
+ ',,,,,,,,,,,,,,587,,-647,-647,-647,-647,-647,-647,-647,-647,-647,-647',
792
+ '-647,-647,-647,-647,,,-647,-647,-647,,,-647,,289,-647,,,-647,-647,,-647',
793
+ ',-647,,-647,,-647,-647,-647,-647,-647,-647,-647,,-647,-647,-647,,,,',
794
+ ',,,,,,,,-647,-647,-627,-647,,-647,,,,-627,-627,-627,-647,,-627,-627',
795
+ '-627,579,-627,576,575,574,583,577,,,,-627,-627,-627,-627,,,586,,,,,-627',
796
+ '-627,,-627,-627,-627,-627,-627,,,,,,,,,,581,,,,,,,,,591,590,594,593',
797
+ ',-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627,-627',
798
+ ',,-627,-627,-627,,,-627,,,-627,,,-627,-627,,-627,587,-627,,-627,,-627',
799
+ '-627,-627,-627,-627,-627,-627,,-627,-627,-627,579,,576,575,574,583,577',
800
+ ',,,,,-627,-627,-627,-627,586,-627,-628,-627,,,,,-627,-628,-628,-628',
801
+ ',,-628,-628,-628,,-628,,,,581,,,,,-628,-628,-628,-628,591,590,594,593',
802
+ ',,,-628,-628,,-628,-628,-628,-628,-628,,,,,,,,,,,,,,235,,,,,,,,587,',
803
+ '-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628,-628',
804
+ ',,-628,-628,-628,,,-628,,,-628,,,-628,-628,,-628,,-628,,-628,,-628,-628',
805
+ '-628,-628,-628,-628,-628,,-628,-628,-628,579,,576,575,574,583,577,,',
806
+ ',,,-628,-628,-628,-628,586,-628,-647,-628,,,,,-628,-647,-647,-647,,',
807
+ '-647,-647,-647,,-647,,,,581,,,,,-647,-647,,,591,590,594,593,,,,-647',
808
+ '-647,,-647,-647,-647,-647,-647,579,,576,575,574,583,577,579,,576,575',
809
+ '574,583,577,,,586,,,,,587,,586,,,,,,,,,,,-647,,,,581,,,-647,,,,581,289',
810
+ '-647,,594,593,,,,,,594,593,,,,,,,,,,,-647,-647,,,,,,,,,,,,,-647,587',
811
+ ',,,-647,,,587,,,,-647,189,200,190,213,186,206,196,195,216,217,211,194',
812
812
  '193,188,214,218,219,198,187,201,205,207,199,192,,,,208,215,210,209,202',
813
813
  '212,197,185,204,203,,,,,,184,191,182,183,179,180,181,139,141,138,,140',
814
814
  ',,,,,,,,173,174,,169,151,152,153,160,157,159,,,154,155,,,,175,176,161',
@@ -1951,20 +1951,20 @@ racc_action_pointer = [
1951
1951
  39, nil, 25921, nil, nil, nil, nil, 1238, nil ]
1952
1952
 
1953
1953
  racc_action_default = [
1954
- -1, -649, -648, -649, -2, -635, -4, -5, -649, -8,
1955
- -9, -649, -649, -649, -35, -649, -649, -39, -649, -649,
1956
- -294, -50, -637, -649, -55, -60, -61, -62, -66, -271,
1957
- -271, -271, -309, -343, -344, -78, -648, -82, -90, -92,
1958
- -649, -538, -539, -649, -649, -649, -649, -230, -649, -637,
1954
+ -1, -648, -647, -648, -2, -634, -4, -5, -648, -8,
1955
+ -9, -648, -648, -648, -35, -648, -648, -39, -648, -648,
1956
+ -294, -50, -636, -648, -55, -60, -61, -62, -66, -271,
1957
+ -271, -271, -309, -343, -344, -78, -647, -82, -90, -92,
1958
+ -648, -538, -539, -648, -648, -648, -648, -230, -648, -636,
1959
1959
  -244, -285, -286, -287, -288, -289, -290, -291, -292, -293,
1960
- -622, -296, -298, -305, -307, -317, -423, -649, -649, -57,
1961
- -57, -635, -649, -327, -334, -649, -345, -346, -348, -349,
1960
+ -621, -296, -298, -305, -307, -317, -423, -648, -648, -57,
1961
+ -57, -634, -648, -327, -334, -648, -345, -346, -348, -349,
1962
1962
  -350, -351, -352, -353, -354, -355, -356, -357, -366, -468,
1963
- -469, -470, -471, -472, -473, -648, -476, -648, -648, -648,
1964
- -486, -648, -648, -648, -514, -520, -522, -523, -524, -525,
1965
- -620, -527, -528, -621, -530, -531, -532, -533, -534, -535,
1966
- -536, -537, -542, -543, 1089, -3, -636, -644, -645, -646,
1967
- -7, -649, -649, -649, -649, -649, -649, -23, -649, -121,
1963
+ -469, -470, -471, -472, -473, -647, -476, -647, -647, -647,
1964
+ -486, -647, -647, -647, -514, -520, -522, -523, -524, -525,
1965
+ -619, -527, -528, -620, -530, -531, -532, -533, -534, -535,
1966
+ -536, -537, -542, -543, 1089, -3, -635, -643, -644, -645,
1967
+ -7, -648, -648, -648, -648, -648, -648, -23, -648, -121,
1968
1968
  -122, -123, -124, -125, -126, -127, -128, -129, -133, -134,
1969
1969
  -135, -136, -137, -138, -139, -140, -141, -142, -143, -144,
1970
1970
  -145, -146, -147, -148, -149, -150, -151, -152, -153, -154,
@@ -1973,93 +1973,93 @@ racc_action_default = [
1973
1973
  -175, -176, -177, -178, -179, -180, -181, -182, -183, -184,
1974
1974
  -185, -186, -187, -188, -189, -190, -191, -192, -193, -194,
1975
1975
  -195, -196, -197, -198, -199, -200, -201, -202, -203, -204,
1976
- -28, -130, -648, -649, -649, -649, -649, -649, -648, -649,
1977
- -649, -632, -649, -649, -637, -638, -54, -649, -538, -539,
1978
- -649, -294, -649, -649, -236, -649, -648, -649, -649, -649,
1979
- -649, -649, -649, -649, -649, -649, -649, -649, -649, -649,
1980
- -649, -649, -649, -649, -649, -649, -649, -649, -649, -649,
1981
- -245, -246, -247, -248, -649, -359, -452, -431, -649, -633,
1982
- -634, -67, -649, -316, -358, -649, -445, -447, -73, -648,
1983
- -442, -74, -637, -75, -251, -266, -648, -648, -270, -649,
1984
- -276, -649, -615, -649, -649, -76, -77, -635, -17, -18,
1985
- -649, -21, -22, -80, -648, -637, -649, -83, -86, -648,
1986
- -98, -99, -649, -649, -106, -309, -312, -637, -435, -343,
1987
- -344, -347, -443, -649, -88, -649, -94, -304, -521, -649,
1988
- -224, -225, -649, -237, -649, -648, -300, -637, -648, -648,
1989
- -318, -319, -570, -56, -649, -649, -649, -648, -648, -635,
1990
- -649, -636, -538, -539, -649, -649, -294, -649, -376, -377,
1991
- -649, -330, -649, -121, -122, -164, -165, -166, -182, -187,
1992
- -194, -197, -337, -649, -538, -539, -610, -611, -474, -649,
1993
- -498, -649, -500, -649, -502, -649, -649, -481, -649, -648,
1994
- -649, -649, -494, -649, -649, -496, -649, -513, -515, -516,
1995
- -517, -518, -6, -647, -29, -30, -31, -32, -33, -10,
1996
- -11, -649, -25, -26, -27, -131, -649, -36, -38, -281,
1997
- -649, -649, -280, -37, -649, -40, -649, -294, -48, -49,
1998
- -205, -256, -276, -51, -52, -41, -206, -256, -637, -261,
1999
- -262, -648, -648, -623, -624, -271, -440, -625, -626, -624,
2000
- -623, -271, -439, -441, -625, -626, -47, -214, -53, -637,
2001
- -315, -649, -649, -649, -648, -304, -649, -649, -649, -215,
1976
+ -28, -130, -647, -648, -648, -648, -648, -648, -647, -648,
1977
+ -648, -631, -648, -648, -636, -637, -54, -648, -538, -539,
1978
+ -648, -294, -648, -648, -236, -648, -647, -648, -648, -648,
1979
+ -648, -648, -648, -648, -648, -648, -648, -648, -648, -648,
1980
+ -648, -648, -648, -648, -648, -648, -648, -648, -648, -648,
1981
+ -245, -246, -247, -248, -648, -359, -452, -431, -648, -632,
1982
+ -633, -67, -648, -316, -358, -648, -445, -447, -73, -647,
1983
+ -442, -74, -636, -75, -251, -266, -647, -647, -270, -648,
1984
+ -276, -648, -614, -648, -648, -76, -77, -634, -17, -18,
1985
+ -648, -21, -22, -80, -647, -636, -648, -83, -86, -647,
1986
+ -98, -99, -648, -648, -106, -309, -312, -636, -435, -343,
1987
+ -344, -347, -443, -648, -88, -648, -94, -304, -521, -648,
1988
+ -224, -225, -648, -237, -648, -647, -300, -636, -647, -647,
1989
+ -318, -319, -570, -56, -648, -648, -648, -647, -647, -634,
1990
+ -648, -635, -538, -539, -648, -648, -294, -648, -376, -377,
1991
+ -648, -330, -648, -121, -122, -164, -165, -166, -182, -187,
1992
+ -194, -197, -337, -648, -538, -539, -609, -610, -474, -648,
1993
+ -498, -648, -500, -648, -502, -648, -648, -481, -648, -647,
1994
+ -648, -648, -494, -648, -648, -496, -648, -513, -515, -516,
1995
+ -517, -518, -6, -646, -29, -30, -31, -32, -33, -10,
1996
+ -11, -648, -25, -26, -27, -131, -648, -36, -38, -281,
1997
+ -648, -648, -280, -37, -648, -40, -648, -294, -48, -49,
1998
+ -205, -256, -276, -51, -52, -41, -206, -256, -636, -261,
1999
+ -262, -647, -647, -622, -623, -271, -440, -624, -625, -623,
2000
+ -622, -271, -439, -441, -624, -625, -47, -214, -53, -636,
2001
+ -315, -648, -648, -648, -647, -304, -648, -648, -648, -215,
2002
2002
  -216, -217, -218, -219, -220, -221, -222, -226, -227, -228,
2003
2003
  -229, -231, -232, -233, -234, -235, -238, -239, -240, -241,
2004
- -637, -249, -649, -453, -271, -623, -624, -64, -68, -272,
2005
- -436, -449, -452, -637, -637, -311, -267, -649, -275, -268,
2006
- -649, -273, -649, -277, -618, -619, -16, -636, -20, -637,
2007
- -79, -302, -95, -84, -649, -637, -648, -649, -649, -105,
2008
- -649, -521, -649, -91, -96, -649, -649, -649, -649, -250,
2009
- -242, -649, -460, -649, -637, -299, -252, -641, -641, -649,
2010
- -649, -613, -641, -649, -424, -570, -427, -609, -609, -553,
2011
- -555, -555, -555, -569, -572, -573, -574, -575, -576, -577,
2012
- -578, -649, -580, -582, -584, -589, -591, -592, -594, -599,
2013
- -601, -602, -604, -605, -606, -649, -648, -367, -368, -648,
2014
- -649, -649, -649, -649, -649, -362, -455, -648, -649, -649,
2015
- -304, -57, -116, -117, -649, -119, -649, -294, -648, -649,
2016
- -335, -548, -340, -630, -631, -649, -475, -499, -504, -505,
2017
- -507, -477, -501, -478, -503, -479, -480, -649, -483, -485,
2018
- -649, -488, -490, -491, -649, -492, -493, -649, -519, -648,
2019
- -24, -649, -34, -284, -649, -649, -648, -649, -649, -649,
2020
- -444, -649, -263, -265, -649, -649, -69, -259, -260, -437,
2021
- -649, -649, -71, -438, -314, -639, -623, -624, -623, -624,
2022
- -637, -649, -430, -648, -63, -432, -449, -649, -450, -649,
2023
- -258, -310, -648, -274, -278, -649, -616, -617, -19, -81,
2024
- -649, -87, -93, -637, -623, -624, -648, -102, -104, -649,
2025
- -89, -649, -649, -223, -637, -648, -360, -648, -297, -365,
2026
- -301, -253, -643, -642, -255, -643, -306, -308, -614, -649,
2027
- -637, -649, -551, -552, -649, -649, -562, -649, -565, -649,
2028
- -567, -649, -378, -649, -380, -382, -389, -637, -583, -593,
2029
- -603, -607, -648, -369, -648, -58, -370, -371, -322, -323,
2030
- -649, -325, -649, -637, -623, -624, -627, -303, -648, -116,
2031
- -117, -118, -649, -649, -648, -328, -544, -546, -331, -648,
2032
- -648, -570, -570, -649, -637, -649, -648, -482, -484, -649,
2033
- -487, -495, -497, -649, -132, -282, -649, -637, -623, -624,
2034
- -624, -623, -257, -649, -640, -648, -43, -208, -44, -209,
2035
- -70, -45, -211, -46, -210, -72, -649, -649, -649, -649,
2036
- -444, -649, -412, -413, -637, -415, -648, -434, -433, -649,
2037
- -446, -648, -448, -269, -279, -85, -100, -97, -213, -313,
2038
- -13, -15, -361, -363, -648, -467, -461, -648, -462, -463,
2039
- -641, -425, -648, -648, -417, -637, -609, -590, -608, -554,
2040
- -555, -555, -581, -555, -555, -600, -555, -578, -595, -637,
2041
- -649, -387, -649, -579, -649, -364, -372, -649, -374, -648,
2042
- -649, -59, -324, -649, -444, -649, -116, -117, -120, -637,
2043
- -648, -649, -649, -649, -338, -637, -649, -341, -612, -506,
2044
- -509, -510, -511, -512, -649, -489, -12, -283, -444, -42,
2045
- -207, -264, -649, -243, -609, -609, -394, -648, -648, -648,
2046
- -411, -649, -637, -578, -586, -587, -597, -454, -65, -648,
2047
- -648, -466, -649, -649, -465, -254, -649, -649, -649, -426,
2048
- -550, -649, -558, -649, -560, -649, -563, -649, -566, -568,
2049
- -379, -381, -385, -649, -390, -320, -649, -375, -321, -649,
2050
- -648, -326, -444, -649, -649, -332, -336, -649, -547, -549,
2051
- -548, -508, -649, -392, -393, -402, -396, -404, -649, -407,
2052
- -649, -409, -414, -649, -649, -585, -649, -451, -648, -648,
2053
- -107, -108, -649, -649, -115, -464, -428, -429, -637, -419,
2054
- -421, -422, -555, -555, -555, -555, -383, -649, -388, -649,
2055
- -648, -278, -648, -329, -545, -648, -339, -648, -609, -588,
2056
- -395, -648, -648, -648, -648, -598, -648, -416, -596, -649,
2057
- -304, -14, -460, -648, -649, -649, -114, -418, -649, -649,
2058
- -556, -559, -561, -564, -649, -386, -648, -456, -457, -458,
2059
- -649, -649, -391, -649, -399, -649, -401, -649, -405, -649,
2060
- -408, -410, -303, -627, -459, -637, -623, -624, -627, -113,
2061
- -420, -555, -384, -373, -333, -342, -648, -648, -648, -648,
2062
- -444, -557, -649, -397, -400, -403, -406, -648, -398 ]
2004
+ -636, -249, -648, -453, -271, -622, -623, -64, -68, -272,
2005
+ -436, -449, -452, -636, -636, -311, -267, -648, -275, -268,
2006
+ -648, -273, -648, -277, -617, -618, -16, -635, -20, -636,
2007
+ -79, -302, -95, -84, -648, -636, -647, -648, -648, -105,
2008
+ -648, -521, -648, -91, -96, -648, -648, -648, -648, -250,
2009
+ -242, -648, -460, -648, -636, -299, -252, -640, -640, -648,
2010
+ -648, -612, -640, -648, -424, -570, -427, -608, -608, -553,
2011
+ -555, -555, -555, -569, -571, -572, -573, -574, -575, -576,
2012
+ -577, -648, -579, -581, -583, -588, -590, -591, -593, -598,
2013
+ -600, -601, -603, -604, -605, -648, -647, -367, -368, -647,
2014
+ -648, -648, -648, -648, -648, -362, -455, -647, -648, -648,
2015
+ -304, -57, -116, -117, -648, -119, -648, -294, -647, -648,
2016
+ -335, -548, -340, -629, -630, -648, -475, -499, -504, -505,
2017
+ -507, -477, -501, -478, -503, -479, -480, -648, -483, -485,
2018
+ -648, -488, -490, -491, -648, -492, -493, -648, -519, -647,
2019
+ -24, -648, -34, -284, -648, -648, -647, -648, -648, -648,
2020
+ -444, -648, -263, -265, -648, -648, -69, -259, -260, -437,
2021
+ -648, -648, -71, -438, -314, -638, -622, -623, -622, -623,
2022
+ -636, -648, -430, -647, -63, -432, -449, -648, -450, -648,
2023
+ -258, -310, -647, -274, -278, -648, -615, -616, -19, -81,
2024
+ -648, -87, -93, -636, -622, -623, -647, -102, -104, -648,
2025
+ -89, -648, -648, -223, -636, -647, -360, -647, -297, -365,
2026
+ -301, -253, -642, -641, -255, -642, -306, -308, -613, -648,
2027
+ -636, -648, -551, -552, -648, -648, -562, -648, -565, -648,
2028
+ -567, -648, -378, -648, -380, -382, -389, -636, -582, -592,
2029
+ -602, -606, -647, -369, -647, -58, -370, -371, -322, -323,
2030
+ -648, -325, -648, -636, -622, -623, -626, -303, -647, -116,
2031
+ -117, -118, -648, -648, -647, -328, -544, -546, -331, -647,
2032
+ -647, -570, -570, -648, -636, -648, -647, -482, -484, -648,
2033
+ -487, -495, -497, -648, -132, -282, -648, -636, -622, -623,
2034
+ -623, -622, -257, -648, -639, -647, -43, -208, -44, -209,
2035
+ -70, -45, -211, -46, -210, -72, -648, -648, -648, -648,
2036
+ -444, -648, -412, -413, -636, -415, -647, -434, -433, -648,
2037
+ -446, -647, -448, -269, -279, -85, -100, -97, -213, -313,
2038
+ -13, -15, -361, -363, -647, -467, -461, -647, -462, -463,
2039
+ -640, -425, -647, -647, -417, -636, -608, -589, -607, -554,
2040
+ -555, -555, -580, -555, -555, -599, -555, -577, -594, -636,
2041
+ -648, -387, -648, -578, -648, -364, -372, -648, -374, -647,
2042
+ -648, -59, -324, -648, -444, -648, -116, -117, -120, -636,
2043
+ -647, -648, -648, -648, -338, -636, -648, -341, -611, -506,
2044
+ -509, -510, -511, -512, -648, -489, -12, -283, -444, -42,
2045
+ -207, -264, -648, -243, -608, -608, -394, -647, -647, -647,
2046
+ -411, -648, -636, -577, -585, -586, -596, -454, -65, -647,
2047
+ -647, -466, -648, -648, -465, -254, -648, -648, -648, -426,
2048
+ -550, -648, -558, -648, -560, -648, -563, -648, -566, -568,
2049
+ -379, -381, -385, -648, -390, -320, -648, -375, -321, -648,
2050
+ -647, -326, -444, -648, -648, -332, -336, -648, -547, -549,
2051
+ -548, -508, -648, -392, -393, -402, -396, -404, -648, -407,
2052
+ -648, -409, -414, -648, -648, -584, -648, -451, -647, -647,
2053
+ -107, -108, -648, -648, -115, -464, -428, -429, -636, -419,
2054
+ -421, -422, -555, -555, -555, -555, -383, -648, -388, -648,
2055
+ -647, -278, -647, -329, -545, -647, -339, -647, -608, -587,
2056
+ -395, -647, -647, -647, -647, -597, -647, -416, -595, -648,
2057
+ -304, -14, -460, -647, -648, -648, -114, -418, -648, -648,
2058
+ -556, -559, -561, -564, -648, -386, -647, -456, -457, -458,
2059
+ -648, -648, -391, -648, -399, -648, -401, -648, -405, -648,
2060
+ -408, -410, -303, -626, -459, -636, -622, -623, -626, -113,
2061
+ -420, -555, -384, -373, -333, -342, -647, -647, -647, -647,
2062
+ -444, -557, -648, -397, -400, -403, -406, -647, -398 ]
2063
2063
 
2064
2064
  clist = [
2065
2065
  '6,290,233,448,382,350,129,296,296,296,19,277,317,519,4,604,19,354,355',
@@ -2176,25 +2176,25 @@ clist = [
2176
2176
 
2177
2177
  clist = [
2178
2178
  '6,87,39,35,69,104,120,84,84,84,34,173,62,89,2,115,34,23,23,21,21,23',
2179
- '123,12,77,45,45,45,37,39,15,34,69,8,73,73,37,63,28,28,34,34,34,211,34',
2179
+ '123,12,77,45,45,45,37,39,15,34,69,8,73,73,37,63,28,28,34,34,34,210,34',
2180
2180
  '34,34,41,41,74,74,108,108,24,70,70,24,79,79,172,32,24,9,51,35,32,205',
2181
- '5,9,221,34,90,120,58,90,34,34,64,109,34,34,23,23,23,23,30,30,155,155',
2182
- '30,17,111,79,6,174,6,6,6,194,6,6,6,52,150,67,59,148,36,86,86,86,216',
2183
- '82,82,217,50,50,50,70,160,164,162,9,208,208,208,1,57,57,57,85,85,26',
2181
+ '5,9,220,34,90,120,58,90,34,34,64,109,34,34,23,23,23,23,30,30,155,155',
2182
+ '30,17,111,79,6,174,6,6,6,194,6,6,6,52,150,67,59,148,36,86,86,86,215',
2183
+ '82,82,216,50,50,50,70,160,164,162,9,208,208,208,1,57,57,57,85,85,26',
2184
2184
  '5,34,85,3,10,191,34,34,34,34,34,191,7,70,166,167,30,30,30,30,68,11,68',
2185
2185
  '151,13,49,49,16,18,20,22,25,29,31,195,89,42,44,195,48,54,195,75,80,83',
2186
- '88,100,103,106,117,119,124,125,9,126,82,217,82,127,82,82,128,9,129,130',
2187
- '84,84,87,131,132,133,134,135,136,49,137,138,139,140,221,141,164,152',
2186
+ '88,100,103,106,117,119,124,125,9,126,82,216,82,127,82,82,128,9,129,130',
2187
+ '84,84,87,131,132,133,134,135,136,49,137,138,139,140,220,141,164,152',
2188
2188
  '90,90,158,165,168,45,169,170,171,177,6,178,180,182,34,34,34,34,34,34',
2189
- '34,151,82,183,34,34,34,30,30,148,37,166,167,35,184,30,30,185,34,211',
2190
- '87,84,115,186,189,190,67,7,192,150,193,84,196,162,160,197,172,70,221',
2191
- '45,64,52,198,205,199,200,45,211,64,45,201,6,202,203,34,151,204,209,6',
2192
- '6,213,34,214,220,34,,,87,,,23,39,120,,62,35,164,77,,216,,63,34,82,14',
2189
+ '34,151,82,183,34,34,34,30,30,148,37,166,167,35,184,30,30,185,34,210',
2190
+ '87,84,115,186,189,190,67,7,192,150,193,84,196,162,160,197,172,70,220',
2191
+ '45,64,52,198,205,199,200,45,210,64,45,201,6,202,203,34,151,204,209,6',
2192
+ '6,212,34,213,219,34,,,87,,,23,39,120,,62,35,164,77,,215,,63,34,82,14',
2193
2193
  ',34,84,,,34,34,151,,174,37,26,26,,8,26,,79,36,,26,194,34,,,6,6,37,111',
2194
- ',58,,34,,79,58,,86,,120,,36,17,34,34,34,211,86,5,9,123,109,37,30,,155',
2194
+ ',58,,34,,79,58,,86,,120,,36,17,34,34,34,210,86,5,9,123,109,37,30,,155',
2195
2195
  '57,34,161,34,161,35,59,,,,57,59,,79,,79,,,,,6,,76,,49,49,,76,,82,,89',
2196
2196
  '82,,82,,208,208,195,208,208,195,208,,5,36,85,86,86,87,,39,21,,35,87',
2197
- ',155,155,,,,,,,64,87,73,37,,,51,6,6,,,6,51,,36,12,12,74,221,,,,70,90',
2197
+ ',155,155,,,,,,,64,87,73,37,,,51,6,6,,,6,51,,36,12,12,74,220,,,,70,90',
2198
2198
  '49,45,161,,,,6,82,,87,49,,,,39,,34,,24,,,,172,172,,,,24,24,205,205,32',
2199
2199
  '32,24,24,,6,32,32,,14,,87,62,15,,,,,,70,62,87,,,89,,,,,,,,45,14,12,28',
2200
2200
  ',6,34,,49,155,,,50,34,82,34,,,50,36,35,34,82,82,,79,208,208,208,208',
@@ -2219,14 +2219,14 @@ clist = [
2219
2219
  ',,,102,,,,,,,,,,,,,,56,,,,149,56,56,56,56,56,159,,,,60,,53,156,,,,,',
2220
2220
  ',159,,159,,159,,,14,14,,27,,27,,,27,,154,,154,27,154,,154,,,149,,149',
2221
2221
  '159,,,102,,27,,102,,14,,,,,,,53,154,,,,,33,,,53,,,33,,,,,,,,,,14,,53',
2222
- ',,56,56,56,56,56,56,56,212,,,56,56,56,33,,,14,,,,,,,,56,149,27,,,,27',
2222
+ ',,56,56,56,56,56,56,56,211,,,56,56,56,33,,,14,,,,,,,,56,149,27,,,,27',
2223
2223
  ',,,,27,149,149,,33,60,,53,,,53,,102,102,,,,,53,,,,,,149,56,27,149,,',
2224
2224
  '53,,56,,156,56,53,156,27,27,156,,156,,,,,,,60,60,,,56,,,149,56,149,',
2225
2225
  '53,,56,,,60,53,53,33,,,60,,,,53,53,33,,,,53,53,,,,,,56,,60,,,149,,,',
2226
- ',,56,56,56,149,38,,,,,,38,,,,,,156,,156,,156,212,156,,212,,,212,,212',
2226
+ ',,56,56,56,149,38,,,,,,38,,,,,,156,,156,,156,211,156,,211,,,211,,211',
2227
2227
  ',,,,,,,,38,38,38,,,,,156,,,,,,,,,,,,,,,,,,,38,33,,33,,,33,,,,38,33,',
2228
- ',,,53,,,,,,53,,,33,,53,53,,,,,,53,,,,212,,212,,212,,212,27,,,,,,53,',
2229
- ',56,,,,,,,,,,38,,,212,,,,,,38,53,,,,,,,,,,,,,60,,33,,,53,33,,,,,33,',
2228
+ ',,,53,,,,,,53,,,33,,53,53,,,,,,53,,,,211,,211,,211,,211,27,,,,,,53,',
2229
+ ',56,,,,,,,,,,38,,,211,,,,,,38,53,,,,,,,,,,,,,60,,33,,,53,33,,,,,33,',
2230
2230
  '53,53,,,,,,56,,,,,,,27,,56,27,,,60,,,,33,53,,53,,,,56,,,,,33,33,53,53',
2231
2231
  ',,,,,,,,,,,,,,,,,60,,,38,,38,,,38,,27,,,38,,,27,,,56,53,53,56,,,27,27',
2232
2232
  '38,,,56,27,27,,,,,,,,,,56,,,,,,56,,,53,,,,,,,,,,,,,,,,,,,,60,56,,,,',
@@ -2298,8 +2298,8 @@ racc_goto_pointer = [
2298
2298
  -460, nil, -274, -773, -356, -464, -588, nil, nil, 168,
2299
2299
  166, 41, 166, 167, -298, -222, -131, 171, 177, 178,
2300
2300
  -504, -343, -342, 186, -484, -286, nil, nil, -447, -442,
2301
- nil, -692, 461, -435, -674, nil, -626, -864, nil, nil,
2302
- -88, -451 ]
2301
+ -692, 461, -435, -674, nil, -626, -864, nil, nil, -88,
2302
+ -451 ]
2303
2303
 
2304
2304
  racc_goto_default = [
2305
2305
  nil, nil, nil, nil, 5, nil, 308, 7, 361, 311,
@@ -2323,8 +2323,8 @@ racc_goto_default = [
2323
2323
  nil, 503, nil, nil, nil, nil, nil, 89, 92, 94,
2324
2324
  nil, nil, nil, nil, nil, 632, nil, nil, nil, nil,
2325
2325
  nil, nil, nil, nil, nil, 859, 782, 567, nil, 571,
2326
- nil, 582, 584, 585, 925, 588, 589, 926, 592, 595,
2327
- nil, 302 ]
2326
+ 582, 584, 585, 925, 588, 589, 926, 592, 595, nil,
2327
+ 302 ]
2328
2328
 
2329
2329
  racc_reduce_table = [
2330
2330
  0, 0, :racc_error,
@@ -2898,55 +2898,54 @@ racc_reduce_table = [
2898
2898
  4, 318, :_reduce_568,
2899
2899
  1, 318, :_reduce_569,
2900
2900
  0, 318, :_reduce_570,
2901
- 1, 356, :_reduce_none,
2901
+ 1, 313, :_reduce_571,
2902
2902
  1, 313, :_reduce_572,
2903
2903
  1, 313, :_reduce_573,
2904
2904
  1, 313, :_reduce_574,
2905
- 1, 313, :_reduce_575,
2906
2905
  1, 295, :_reduce_none,
2907
- 1, 295, :_reduce_577,
2906
+ 1, 295, :_reduce_576,
2907
+ 1, 356, :_reduce_none,
2908
+ 3, 356, :_reduce_578,
2909
+ 1, 305, :_reduce_579,
2910
+ 3, 305, :_reduce_580,
2908
2911
  1, 357, :_reduce_none,
2909
- 3, 357, :_reduce_579,
2910
- 1, 305, :_reduce_580,
2911
- 3, 305, :_reduce_581,
2912
- 1, 358, :_reduce_none,
2913
- 2, 359, :_reduce_583,
2914
- 1, 359, :_reduce_584,
2915
- 2, 360, :_reduce_585,
2916
- 1, 360, :_reduce_586,
2912
+ 2, 358, :_reduce_582,
2913
+ 1, 358, :_reduce_583,
2914
+ 2, 359, :_reduce_584,
2915
+ 1, 359, :_reduce_585,
2917
2916
  1, 299, :_reduce_none,
2918
- 3, 299, :_reduce_588,
2917
+ 3, 299, :_reduce_587,
2919
2918
  1, 353, :_reduce_none,
2920
- 3, 353, :_reduce_590,
2921
- 1, 361, :_reduce_none,
2922
- 1, 361, :_reduce_none,
2923
- 2, 300, :_reduce_593,
2924
- 1, 300, :_reduce_594,
2919
+ 3, 353, :_reduce_589,
2920
+ 1, 360, :_reduce_none,
2921
+ 1, 360, :_reduce_none,
2922
+ 2, 300, :_reduce_592,
2923
+ 1, 300, :_reduce_593,
2924
+ 3, 361, :_reduce_594,
2925
2925
  3, 362, :_reduce_595,
2926
- 3, 363, :_reduce_596,
2927
- 1, 306, :_reduce_597,
2928
- 3, 306, :_reduce_598,
2929
- 1, 355, :_reduce_599,
2930
- 3, 355, :_reduce_600,
2926
+ 1, 306, :_reduce_596,
2927
+ 3, 306, :_reduce_597,
2928
+ 1, 355, :_reduce_598,
2929
+ 3, 355, :_reduce_599,
2930
+ 1, 363, :_reduce_none,
2931
+ 1, 363, :_reduce_none,
2932
+ 2, 307, :_reduce_602,
2933
+ 1, 307, :_reduce_603,
2931
2934
  1, 364, :_reduce_none,
2932
2935
  1, 364, :_reduce_none,
2933
- 2, 307, :_reduce_603,
2934
- 1, 307, :_reduce_604,
2935
- 1, 365, :_reduce_none,
2936
- 1, 365, :_reduce_none,
2937
- 2, 302, :_reduce_607,
2938
- 2, 301, :_reduce_608,
2939
- 0, 301, :_reduce_609,
2936
+ 2, 302, :_reduce_606,
2937
+ 2, 301, :_reduce_607,
2938
+ 0, 301, :_reduce_608,
2940
2939
  1, 270, :_reduce_none,
2941
- 0, 366, :_reduce_611,
2942
- 4, 270, :_reduce_612,
2943
- 1, 249, :_reduce_613,
2940
+ 0, 365, :_reduce_610,
2941
+ 4, 270, :_reduce_611,
2942
+ 1, 249, :_reduce_612,
2944
2943
  2, 249, :_reduce_none,
2945
2944
  1, 232, :_reduce_none,
2946
- 3, 232, :_reduce_616,
2947
- 3, 367, :_reduce_617,
2948
- 2, 367, :_reduce_618,
2949
- 2, 367, :_reduce_619,
2945
+ 3, 232, :_reduce_615,
2946
+ 3, 366, :_reduce_616,
2947
+ 2, 366, :_reduce_617,
2948
+ 2, 366, :_reduce_618,
2950
2949
  1, 201, :_reduce_none,
2951
2950
  1, 201, :_reduce_none,
2952
2951
  1, 201, :_reduce_none,
@@ -2971,13 +2970,13 @@ racc_reduce_table = [
2971
2970
  0, 231, :_reduce_none,
2972
2971
  1, 231, :_reduce_none,
2973
2972
  1, 231, :_reduce_none,
2974
- 1, 266, :_reduce_644,
2973
+ 1, 266, :_reduce_643,
2975
2974
  1, 266, :_reduce_none,
2976
2975
  1, 154, :_reduce_none,
2977
- 2, 154, :_reduce_647,
2978
- 0, 152, :_reduce_648 ]
2976
+ 2, 154, :_reduce_646,
2977
+ 0, 152, :_reduce_647 ]
2979
2978
 
2980
- racc_reduce_n = 649
2979
+ racc_reduce_n = 648
2981
2980
 
2982
2981
  racc_shift_n = 1089
2983
2982
 
@@ -3506,7 +3505,6 @@ Racc_token_to_s_table = [
3506
3505
  "f_kwarg",
3507
3506
  "opt_args_tail",
3508
3507
  "f_optarg",
3509
- "args_forward",
3510
3508
  "f_arg_item",
3511
3509
  "f_label",
3512
3510
  "f_kw",
@@ -6768,35 +6766,33 @@ def _reduce_570(val, _values, result)
6768
6766
  result
6769
6767
  end
6770
6768
 
6771
- # reduce 571 omitted
6772
-
6773
- def _reduce_572(val, _values, result)
6769
+ def _reduce_571(val, _values, result)
6774
6770
  yyerror "formal argument cannot be a constant"
6775
6771
 
6776
6772
  result
6777
6773
  end
6778
6774
 
6779
- def _reduce_573(val, _values, result)
6775
+ def _reduce_572(val, _values, result)
6780
6776
  yyerror "formal argument cannot be an instance variable"
6781
6777
 
6782
6778
  result
6783
6779
  end
6784
6780
 
6785
- def _reduce_574(val, _values, result)
6781
+ def _reduce_573(val, _values, result)
6786
6782
  yyerror "formal argument cannot be a global variable"
6787
6783
 
6788
6784
  result
6789
6785
  end
6790
6786
 
6791
- def _reduce_575(val, _values, result)
6787
+ def _reduce_574(val, _values, result)
6792
6788
  yyerror "formal argument cannot be a class variable"
6793
6789
 
6794
6790
  result
6795
6791
  end
6796
6792
 
6797
- # reduce 576 omitted
6793
+ # reduce 575 omitted
6798
6794
 
6799
- def _reduce_577(val, _values, result)
6795
+ def _reduce_576(val, _values, result)
6800
6796
  identifier = val[0].to_sym
6801
6797
  self.env[identifier] = :lvar
6802
6798
 
@@ -6805,15 +6801,15 @@ def _reduce_577(val, _values, result)
6805
6801
  result
6806
6802
  end
6807
6803
 
6808
- # reduce 578 omitted
6804
+ # reduce 577 omitted
6809
6805
 
6810
- def _reduce_579(val, _values, result)
6806
+ def _reduce_578(val, _values, result)
6811
6807
  result = val[1]
6812
6808
 
6813
6809
  result
6814
6810
  end
6815
6811
 
6816
- def _reduce_580(val, _values, result)
6812
+ def _reduce_579(val, _values, result)
6817
6813
  arg, = val
6818
6814
 
6819
6815
  case arg
@@ -6829,7 +6825,7 @@ def _reduce_580(val, _values, result)
6829
6825
  result
6830
6826
  end
6831
6827
 
6832
- def _reduce_581(val, _values, result)
6828
+ def _reduce_580(val, _values, result)
6833
6829
  list, _, item = val
6834
6830
 
6835
6831
  if list.sexp_type == :args then
@@ -6843,9 +6839,9 @@ def _reduce_581(val, _values, result)
6843
6839
  result
6844
6840
  end
6845
6841
 
6846
- # reduce 582 omitted
6842
+ # reduce 581 omitted
6847
6843
 
6848
- def _reduce_583(val, _values, result)
6844
+ def _reduce_582(val, _values, result)
6849
6845
  # TODO: new_kw_arg
6850
6846
  (label, line), arg = val
6851
6847
 
@@ -6858,7 +6854,7 @@ def _reduce_583(val, _values, result)
6858
6854
  result
6859
6855
  end
6860
6856
 
6861
- def _reduce_584(val, _values, result)
6857
+ def _reduce_583(val, _values, result)
6862
6858
  (label, line), = val
6863
6859
 
6864
6860
  id = label.to_sym
@@ -6869,7 +6865,7 @@ def _reduce_584(val, _values, result)
6869
6865
  result
6870
6866
  end
6871
6867
 
6872
- def _reduce_585(val, _values, result)
6868
+ def _reduce_584(val, _values, result)
6873
6869
  # TODO: new_kw_arg
6874
6870
  (label, line), expr = val
6875
6871
  id = label.to_sym
@@ -6880,7 +6876,7 @@ def _reduce_585(val, _values, result)
6880
6876
  result
6881
6877
  end
6882
6878
 
6883
- def _reduce_586(val, _values, result)
6879
+ def _reduce_585(val, _values, result)
6884
6880
  # TODO: new_kw_arg
6885
6881
  (label, line), = val
6886
6882
  id = label.to_sym
@@ -6891,28 +6887,28 @@ def _reduce_586(val, _values, result)
6891
6887
  result
6892
6888
  end
6893
6889
 
6894
- # reduce 587 omitted
6890
+ # reduce 586 omitted
6895
6891
 
6896
- def _reduce_588(val, _values, result)
6892
+ def _reduce_587(val, _values, result)
6897
6893
  list, _, item = val
6898
6894
  result = list << item.last
6899
6895
 
6900
6896
  result
6901
6897
  end
6902
6898
 
6903
- # reduce 589 omitted
6899
+ # reduce 588 omitted
6904
6900
 
6905
- def _reduce_590(val, _values, result)
6901
+ def _reduce_589(val, _values, result)
6906
6902
  result = args val
6907
6903
 
6908
6904
  result
6909
6905
  end
6910
6906
 
6911
- # reduce 591 omitted
6907
+ # reduce 590 omitted
6912
6908
 
6913
- # reduce 592 omitted
6909
+ # reduce 591 omitted
6914
6910
 
6915
- def _reduce_593(val, _values, result)
6911
+ def _reduce_592(val, _values, result)
6916
6912
  name = val[1].to_sym
6917
6913
  self.assignable name
6918
6914
  result = :"**#{name}"
@@ -6920,34 +6916,33 @@ def _reduce_593(val, _values, result)
6920
6916
  result
6921
6917
  end
6922
6918
 
6923
- def _reduce_594(val, _values, result)
6919
+ def _reduce_593(val, _values, result)
6924
6920
  result = :"**"
6925
- self.env[result] = :lvar
6926
6921
 
6927
6922
  result
6928
6923
  end
6929
6924
 
6930
- def _reduce_595(val, _values, result)
6925
+ def _reduce_594(val, _values, result)
6931
6926
  result = self.assignable val[0], val[2]
6932
6927
  # TODO: detect duplicate names
6933
6928
 
6934
6929
  result
6935
6930
  end
6936
6931
 
6937
- def _reduce_596(val, _values, result)
6932
+ def _reduce_595(val, _values, result)
6938
6933
  result = self.assignable val[0], val[2]
6939
6934
 
6940
6935
  result
6941
6936
  end
6942
6937
 
6943
- def _reduce_597(val, _values, result)
6938
+ def _reduce_596(val, _values, result)
6944
6939
  optblk, = val
6945
6940
  result = s(:block, optblk).line optblk.line
6946
6941
 
6947
6942
  result
6948
6943
  end
6949
6944
 
6950
- def _reduce_598(val, _values, result)
6945
+ def _reduce_597(val, _values, result)
6951
6946
  optarg, _, optblk = val
6952
6947
  result = optarg
6953
6948
  result << optblk
@@ -6955,24 +6950,24 @@ def _reduce_598(val, _values, result)
6955
6950
  result
6956
6951
  end
6957
6952
 
6958
- def _reduce_599(val, _values, result)
6953
+ def _reduce_598(val, _values, result)
6959
6954
  opt, = val
6960
6955
  result = s(:block, opt).line opt.line
6961
6956
 
6962
6957
  result
6963
6958
  end
6964
6959
 
6965
- def _reduce_600(val, _values, result)
6960
+ def _reduce_599(val, _values, result)
6966
6961
  result = self.block_append val[0], val[2]
6967
6962
 
6968
6963
  result
6969
6964
  end
6970
6965
 
6971
- # reduce 601 omitted
6966
+ # reduce 600 omitted
6972
6967
 
6973
- # reduce 602 omitted
6968
+ # reduce 601 omitted
6974
6969
 
6975
- def _reduce_603(val, _values, result)
6970
+ def _reduce_602(val, _values, result)
6976
6971
  # TODO: differs from parse.y - needs tests
6977
6972
  name = val[1].to_sym
6978
6973
  self.assignable name
@@ -6981,7 +6976,7 @@ def _reduce_603(val, _values, result)
6981
6976
  result
6982
6977
  end
6983
6978
 
6984
- def _reduce_604(val, _values, result)
6979
+ def _reduce_603(val, _values, result)
6985
6980
  name = :"*"
6986
6981
  self.env[name] = :lvar
6987
6982
  result = name
@@ -6989,11 +6984,11 @@ def _reduce_604(val, _values, result)
6989
6984
  result
6990
6985
  end
6991
6986
 
6992
- # reduce 605 omitted
6987
+ # reduce 604 omitted
6993
6988
 
6994
- # reduce 606 omitted
6989
+ # reduce 605 omitted
6995
6990
 
6996
- def _reduce_607(val, _values, result)
6991
+ def _reduce_606(val, _values, result)
6997
6992
  identifier = val[1].to_sym
6998
6993
 
6999
6994
  self.env[identifier] = :lvar
@@ -7002,27 +6997,27 @@ def _reduce_607(val, _values, result)
7002
6997
  result
7003
6998
  end
7004
6999
 
7005
- def _reduce_608(val, _values, result)
7000
+ def _reduce_607(val, _values, result)
7006
7001
  result = val[1]
7007
7002
 
7008
7003
  result
7009
7004
  end
7010
7005
 
7011
- def _reduce_609(val, _values, result)
7006
+ def _reduce_608(val, _values, result)
7012
7007
  result = nil
7013
7008
 
7014
7009
  result
7015
7010
  end
7016
7011
 
7017
- # reduce 610 omitted
7012
+ # reduce 609 omitted
7018
7013
 
7019
- def _reduce_611(val, _values, result)
7014
+ def _reduce_610(val, _values, result)
7020
7015
  lexer.lex_state = EXPR_BEG
7021
7016
 
7022
7017
  result
7023
7018
  end
7024
7019
 
7025
- def _reduce_612(val, _values, result)
7020
+ def _reduce_611(val, _values, result)
7026
7021
  result = val[2]
7027
7022
  yyerror "Can't define single method for literals." if
7028
7023
  result.sexp_type == :lit
@@ -7030,17 +7025,17 @@ def _reduce_612(val, _values, result)
7030
7025
  result
7031
7026
  end
7032
7027
 
7033
- def _reduce_613(val, _values, result)
7028
+ def _reduce_612(val, _values, result)
7034
7029
  result = s(:array).line lexer.lineno
7035
7030
 
7036
7031
  result
7037
7032
  end
7038
7033
 
7039
- # reduce 614 omitted
7034
+ # reduce 613 omitted
7040
7035
 
7041
- # reduce 615 omitted
7036
+ # reduce 614 omitted
7042
7037
 
7043
- def _reduce_616(val, _values, result)
7038
+ def _reduce_615(val, _values, result)
7044
7039
  list = val[0].dup
7045
7040
  more = val[2].sexp_body
7046
7041
  list.push(*more) unless more.empty?
@@ -7050,14 +7045,14 @@ def _reduce_616(val, _values, result)
7050
7045
  result
7051
7046
  end
7052
7047
 
7053
- def _reduce_617(val, _values, result)
7048
+ def _reduce_616(val, _values, result)
7054
7049
  v1, _, v2 = val
7055
7050
  result = s(:array, v1, v2).line v1.line
7056
7051
 
7057
7052
  result
7058
7053
  end
7059
7054
 
7060
- def _reduce_618(val, _values, result)
7055
+ def _reduce_617(val, _values, result)
7061
7056
  (label, line), arg = val
7062
7057
 
7063
7058
  lit = s(:lit, label.to_sym).line line
@@ -7066,7 +7061,7 @@ def _reduce_618(val, _values, result)
7066
7061
  result
7067
7062
  end
7068
7063
 
7069
- def _reduce_619(val, _values, result)
7064
+ def _reduce_618(val, _values, result)
7070
7065
  _, arg = val
7071
7066
  line = arg.line
7072
7067
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7074,6 +7069,8 @@ def _reduce_619(val, _values, result)
7074
7069
  result
7075
7070
  end
7076
7071
 
7072
+ # reduce 619 omitted
7073
+
7077
7074
  # reduce 620 omitted
7078
7075
 
7079
7076
  # reduce 621 omitted
@@ -7120,23 +7117,21 @@ end
7120
7117
 
7121
7118
  # reduce 642 omitted
7122
7119
 
7123
- # reduce 643 omitted
7124
-
7125
- def _reduce_644(val, _values, result)
7120
+ def _reduce_643(val, _values, result)
7126
7121
  yyerrok
7127
7122
  result
7128
7123
  end
7129
7124
 
7130
- # reduce 645 omitted
7125
+ # reduce 644 omitted
7131
7126
 
7132
- # reduce 646 omitted
7127
+ # reduce 645 omitted
7133
7128
 
7134
- def _reduce_647(val, _values, result)
7129
+ def _reduce_646(val, _values, result)
7135
7130
  yyerrok
7136
7131
  result
7137
7132
  end
7138
7133
 
7139
- def _reduce_648(val, _values, result)
7134
+ def _reduce_647(val, _values, result)
7140
7135
  result = nil;
7141
7136
  result
7142
7137
  end