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
@@ -0,0 +1,42 @@
1
+ require 'etc'
2
+
3
+ module Parallel
4
+ # TODO: inline this method into parallel.rb and kill physical_processor_count in next major release
5
+ module ProcessorCount
6
+ # Number of processors seen by the OS, used for process scheduling
7
+ def processor_count
8
+ @processor_count ||= Integer(ENV['PARALLEL_PROCESSOR_COUNT'] || Etc.nprocessors)
9
+ end
10
+
11
+ # Number of physical processor cores on the current system.
12
+ def physical_processor_count
13
+ @physical_processor_count ||= begin
14
+ ppc = case RbConfig::CONFIG["target_os"]
15
+ when /darwin1/
16
+ IO.popen("/usr/sbin/sysctl -n hw.physicalcpu").read.to_i
17
+ when /linux/
18
+ cores = {} # unique physical ID / core ID combinations
19
+ phy = 0
20
+ IO.read("/proc/cpuinfo").scan(/^physical id.*|^core id.*/) do |ln|
21
+ if ln.start_with?("physical")
22
+ phy = ln[/\d+/]
23
+ elsif ln.start_with?("core")
24
+ cid = phy + ":" + ln[/\d+/]
25
+ cores[cid] = true if not cores[cid]
26
+ end
27
+ end
28
+ cores.count
29
+ when /mswin|mingw/
30
+ require 'win32ole'
31
+ result_set = WIN32OLE.connect("winmgmts://").ExecQuery(
32
+ "select NumberOfCores from Win32_Processor")
33
+ result_set.to_enum.collect(&:NumberOfCores).reduce(:+)
34
+ else
35
+ processor_count
36
+ end
37
+ # fall back to logical count if physical info is invalid
38
+ ppc > 0 ? ppc : processor_count
39
+ end
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,3 @@
1
+ module Parallel
2
+ VERSION = Version = '1.20.1'
3
+ end
@@ -1,3 +1,22 @@
1
+ === 3.16.0 / 2021-05-15
2
+
3
+ * 1 major enhancement:
4
+
5
+ * Added tentative 3.0 support.
6
+
7
+ * 3 minor enhancements:
8
+
9
+ * Added lexing for "beginless range" (bdots).
10
+ * Added parsing for bdots.
11
+ * Updated rake compare task to download xz files, bumped versions, etc
12
+
13
+ * 4 bug fixes:
14
+
15
+ * Bump rake dependency to >= 10, < 15. (presidentbeef)
16
+ * Bump sexp_processor dependency to 4.15.1+. (pravi)
17
+ * Fixed minor state mismatch at the end of parsing to make diffing a little cleaner.
18
+ * Fixed normalizer to deal with new bison token syntax
19
+
1
20
  === 3.15.1 / 2021-01-10
2
21
 
3
22
  * 1 bug fix:
@@ -26,6 +26,8 @@ lib/ruby26_parser.rb
26
26
  lib/ruby26_parser.y
27
27
  lib/ruby27_parser.rb
28
28
  lib/ruby27_parser.y
29
+ lib/ruby30_parser.rb
30
+ lib/ruby30_parser.y
29
31
  lib/ruby_lexer.rb
30
32
  lib/ruby_lexer.rex
31
33
  lib/ruby_lexer.rex.rb
@@ -174,7 +174,7 @@ ARGF.each_line do |line|
174
174
 
175
175
  case line.strip
176
176
  when /^$/ then
177
- when /^(\d+) (\$?\w+): (.*)/ then # yacc
177
+ when /^(\d+) (\$?[@\w]+): (.*)/ then # yacc
178
178
  rule = $2
179
179
  order << rule unless rules.has_key? rule
180
180
  rules[rule] << munge($3)
@@ -199,7 +199,7 @@ ARGF.each_line do |line|
199
199
  when /^\cL/ then # byacc
200
200
  break
201
201
  else
202
- warn "unparsed: #{$.}: #{line.chomp}"
202
+ warn "unparsed: #{$.}: #{line.strip.inspect}"
203
203
  end
204
204
  end
205
205
 
@@ -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
 
@@ -30,41 +30,41 @@ clist = [
30
30
  '-524,-524,-524,221,-524,232,-524,224,125,125,-102,125,125,124,124,958',
31
31
  '124,124,125,-524,-524,-524,-524,124,-524,-111,-524,-113,-527,232,-111',
32
32
  '-524,-113,-99,-524,-527,-527,-527,-110,232,-527,-527,-527,-110,-527',
33
- '-102,-100,-104,-102,-107,-106,852,-527,-618,-527,-527,-527,125,-102',
33
+ '-102,-100,-104,-102,-107,-106,852,-527,-617,-527,-527,-527,125,-102',
34
34
  '-104,-102,-101,124,281,-527,-527,-538,-527,-527,-527,-527,-527,272,-527',
35
35
  '269,270,-112,-114,-94,746,-527,575,574,573,-539,576,473,125,333,-112',
36
- '-80,-444,124,-615,-112,-527,-527,-527,-527,-527,-527,-527,-527,-527',
36
+ '-80,-444,124,-614,-112,-527,-527,-527,-527,-527,-527,-527,-527,-527',
37
37
  '-527,-527,-527,-527,-527,268,267,-527,-527,-527,-104,-527,-527,742,842',
38
38
  '-527,-108,334,-527,-527,843,-527,626,-527,-435,-527,229,-527,-527,-527',
39
- '-527,-527,-527,-527,-109,-527,-116,-527,-618,-619,-444,722,-524,-538',
40
- '721,-104,283,-444,-104,-524,-527,-527,-527,-527,-615,-527,-444,-527',
39
+ '-527,-527,-527,-527,-109,-527,-116,-527,-617,-618,-444,722,-524,-538',
40
+ '721,-104,283,-444,-104,-524,-527,-527,-527,-527,-614,-527,-444,-527',
41
41
  '-524,-303,-104,878,-527,603,125,-527,-303,-303,-303,124,582,-539,-303',
42
- '-303,-444,-303,-615,-103,-105,-534,-116,584,-533,628,627,-99,-534,-616',
42
+ '-303,-444,-303,-614,-103,-105,-534,-116,584,-533,628,627,-99,-534,-615',
43
43
  '420,-533,232,-213,787,422,421,-303,-303,-108,-303,-303,-303,-303,-303',
44
- '746,-535,575,574,573,369,576,393,-535,396,-100,592,591,398,746,-622',
45
- '575,574,573,816,576,-622,-109,-303,-303,-303,-303,-303,-303,-303,-303',
44
+ '746,-535,575,574,573,369,576,393,-535,396,-100,592,591,398,746,-621',
45
+ '575,574,573,816,576,-621,-109,-303,-303,-303,-303,-303,-303,-303,-303',
46
46
  '-303,-303,-303,-303,-303,-303,-527,401,-303,-303,-303,-115,668,-527',
47
- '585,418,-303,423,-616,-303,626,817,-527,472,-303,626,-303,474,-303,-303',
48
- '-303,-303,-303,-303,-303,923,-303,-622,-303,662,-616,-213,-111,-622',
49
- '-622,626,584,871,626,-618,-622,-303,-303,-622,-105,-618,-303,626,663',
50
- '-622,-622,1006,626,-303,475,125,-114,-622,-622,-622,124,-622,662,-622',
51
- '-622,-113,-622,-622,231,592,591,628,627,-106,125,-622,628,627,624,124',
52
- '904,626,504,-111,631,-115,-622,-622,-532,-622,-622,-622,-622,-622,663',
47
+ '585,418,-303,423,-615,-303,626,817,-527,472,-303,626,-303,474,-303,-303',
48
+ '-303,-303,-303,-303,-303,923,-303,-621,-303,662,-615,-213,-111,-621',
49
+ '-621,626,584,871,626,-617,-621,-303,-303,-621,-105,-617,-303,626,663',
50
+ '-621,-621,1006,626,-303,475,125,-114,-621,-621,-621,124,-621,662,-621',
51
+ '-621,-113,-621,-621,231,592,591,628,627,-106,125,-621,628,627,624,124',
52
+ '904,626,504,-111,631,-115,-621,-621,-532,-621,-621,-621,-621,-621,663',
53
53
  '-532,628,627,629,628,627,634,-113,585,-102,-529,911,286,628,627,646',
54
- '803,-529,628,627,790,-111,-622,-622,-622,-622,-622,-622,-622,-622,-622',
55
- '-622,-622,-622,-622,-622,-347,803,-622,-622,-622,-104,669,-347,-530',
56
- '514,-622,628,627,-622,-531,-530,-347,-113,-622,517,-622,-531,-622,-622',
57
- '-622,-622,-622,-622,-622,-110,-622,-622,-622,519,-110,-79,578,228,575',
58
- '574,573,582,576,-101,470,-622,-622,232,-103,-536,-622,621,584,471,-622',
59
- '-110,-536,-622,622,125,-112,-622,-622,-622,124,-536,-622,-622,-622,722',
60
- '-622,125,724,528,580,564,124,529,252,-622,-622,-622,-622,589,588,592',
61
- '591,222,223,722,-622,-622,724,-622,-622,-622,-622,-622,746,536,575,574',
54
+ '803,-529,628,627,790,-111,-621,-621,-621,-621,-621,-621,-621,-621,-621',
55
+ '-621,-621,-621,-621,-621,-347,803,-621,-621,-621,-104,669,-347,-530',
56
+ '514,-621,628,627,-621,-531,-530,-347,-113,-621,517,-621,-531,-621,-621',
57
+ '-621,-621,-621,-621,-621,-110,-621,-621,-621,519,-110,-79,578,228,575',
58
+ '574,573,582,576,-101,470,-621,-621,232,-103,-536,-621,621,584,471,-621',
59
+ '-110,-536,-621,622,125,-112,-621,-621,-621,124,-536,-621,-621,-621,722',
60
+ '-621,125,724,528,580,564,124,529,252,-621,-621,-621,-621,589,588,592',
61
+ '591,222,223,722,-621,-621,724,-621,-621,-621,-621,-621,746,536,575,574',
62
62
  '573,722,576,746,724,575,574,573,249,576,335,336,251,250,247,248,289',
63
- '585,232,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622',
64
- '-622,-622,286,742,-622,-622,-622,-537,818,-622,742,540,-622,544,-537',
65
- '-622,-622,545,-622,745,-622,252,-622,-537,-622,-622,-622,-622,-622,-622',
66
- '-622,252,-622,-622,-622,232,538,539,1037,578,232,575,574,573,582,576',
67
- '603,-622,-622,-622,-622,411,-622,249,-622,584,-303,251,250,-622,228',
63
+ '585,232,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621',
64
+ '-621,-621,286,742,-621,-621,-621,-537,818,-621,742,540,-621,544,-537',
65
+ '-621,-621,545,-621,745,-621,252,-621,-537,-621,-621,-621,-621,-621,-621',
66
+ '-621,252,-621,-621,-621,232,538,539,1037,578,232,575,574,573,582,576',
67
+ '603,-621,-621,-621,-621,411,-621,249,-621,584,-303,251,250,-621,228',
68
68
  '608,-112,-303,-303,-303,609,535,-303,-303,-303,633,-303,637,-294,640',
69
69
  '533,580,228,643,252,-294,-303,-303,-303,547,589,588,592,591,-294,650',
70
70
  '-303,-303,471,-303,-303,-303,-303,-303,746,-278,575,574,573,652,576',
@@ -81,16 +81,16 @@ clist = [
81
81
  '-303,-303,-303,-303,-303,-303,-303,519,730,-303,-303,-303,746,668,575',
82
82
  '574,573,-303,576,733,-303,734,736,738,740,-303,749,-303,750,-303,-303',
83
83
  '-303,-303,-303,-303,-303,751,-303,753,-303,578,718,575,574,573,582,576',
84
- '-304,718,603,742,718,-303,-303,-304,-303,584,-303,776,781,791,-622,792',
85
- '-304,-303,-279,804,-114,-622,-622,-622,504,504,232,-622,-622,252,-622',
86
- '580,746,821,575,574,573,272,576,-622,589,588,592,591,830,262,263,832',
87
- '517,519,-622,-622,709,-622,-622,-622,-622,-622,232,286,286,249,228,255',
84
+ '-304,718,603,742,718,-303,-303,-304,-303,584,-303,776,781,791,-621,792',
85
+ '-304,-303,-279,804,-114,-621,-621,-621,504,504,232,-621,-621,252,-621',
86
+ '580,746,821,575,574,573,272,576,-621,589,588,592,591,830,262,263,832',
87
+ '517,519,-621,-621,709,-621,-621,-621,-621,-621,232,286,286,249,228,255',
88
88
  '709,251,250,247,248,772,742,253,252,254,252,232,585,869,774,232,878',
89
- '-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622',
90
- '-303,-304,-622,-622,-622,718,669,-303,-304,232,-622,905,-619,-622,-280',
91
- '232,-303,-304,-622,910,-622,927,-622,-622,-622,-622,-622,-622,-622,709',
92
- '-622,-622,-622,746,-278,575,574,573,582,576,-303,932,937,232,733,-622',
93
- '-622,-303,-622,584,-622,940,-619,942,-443,944,-303,-622,228,946,-112',
89
+ '-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621,-621',
90
+ '-303,-304,-621,-621,-621,718,669,-303,-304,232,-621,905,-618,-621,-280',
91
+ '232,-303,-304,-621,910,-621,927,-621,-621,-621,-621,-621,-621,-621,709',
92
+ '-621,-621,-621,746,-278,575,574,573,582,576,-303,932,937,232,733,-621',
93
+ '-621,-303,-621,584,-621,940,-618,942,-443,944,-303,-621,228,946,-112',
94
94
  '-443,-443,-443,946,1028,-443,-443,-443,252,-443,580,899,900,774,232',
95
95
  '901,119,120,-443,-443,-443,592,591,952,262,263,718,718,718,-443,-443',
96
96
  '232,-443,-443,-443,-443,-443,718,232,970,249,-536,255,-537,251,250,247',
@@ -101,8 +101,8 @@ clist = [
101
101
  '-443,228,718,-304,781,1026,1029,842,1028,1035,-304,1038,946,-443,-443',
102
102
  '-312,-443,774,-443,-304,946,946,-312,-312,-312,-443,1043,-312,-312,-312',
103
103
  '578,-312,575,574,573,582,576,-303,1008,733,1052,-312,-312,1054,-303',
104
- '1056,584,1058,1058,-619,715,-312,-312,-303,-312,-312,-312,-312,-312',
105
- '999,1008,575,574,573,718,576,718,999,580,575,574,573,-619,576,-618,232',
104
+ '1056,584,1058,1058,-618,715,-312,-312,-303,-312,-312,-312,-312,-312',
105
+ '999,1008,575,574,573,718,576,718,999,580,575,574,573,-618,576,-617,232',
106
106
  '946,589,588,592,591,1008,-312,-312,-312,-312,-312,-312,-312,-312,-312',
107
107
  '-312,-312,-312,-312,-312,1081,1058,-312,-312,-312,1058,1058,-312,1058',
108
108
  '289,-312,,,-312,-312,,-312,585,-312,,-312,,-312,-312,-312,-312,-312',
@@ -113,30 +113,30 @@ clist = [
113
113
  '-295,-295,-295,-295,-295,-295,-295,-295,-295,-295,-295,-295,-295,-295',
114
114
  ',,-295,-295,-295,,,-295,,,-295,,,-295,-295,,-295,585,-295,,-295,,-295',
115
115
  '-295,-295,-295,-295,-295,-295,,-295,,-295,922,,575,574,573,923,576,',
116
- ',,,,-295,-295,-295,-295,584,-295,-643,-295,,,,,-295,-643,-643,-643,',
117
- ',-643,-643,-643,,-643,252,,,580,,,,,-643,-643,-643,,589,588,592,591',
118
- '262,263,,-643,-643,,-643,-643,-643,-643,-643,,,,,,249,,255,,251,250',
119
- '247,248,232,,,,,,,,585,,-643,-643,-643,-643,-643,-643,-643,-643,-643',
120
- '-643,-643,-643,-643,-643,,,-643,-643,-643,,,-643,,286,-643,,,-643,-643',
121
- ',-643,,-643,,-643,,-643,-643,-643,-643,-643,-643,-643,,-643,-643,-643',
122
- ',,,,,,,,,,,,-643,-643,-623,-643,,-643,,,,-623,-623,-623,-643,,-623,-623',
123
- '-623,578,-623,575,574,573,582,576,,,,-623,-623,-623,-623,,,584,,,,,-623',
124
- '-623,,-623,-623,-623,-623,-623,,,,,,,,,,580,,,,,,,,,589,588,592,591',
125
- ',-623,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623',
126
- ',,-623,-623,-623,,,-623,,,-623,,,-623,-623,,-623,585,-623,,-623,,-623',
127
- '-623,-623,-623,-623,-623,-623,,-623,-623,-623,746,,575,574,573,582,576',
128
- ',,,,,-623,-623,-623,-623,584,-623,-624,-623,,,,,-623,-624,-624,-624',
129
- ',,-624,-624,-624,,-624,252,,,580,,,,,-624,-624,-624,-624,,,592,591,262',
130
- '263,,-624,-624,,-624,-624,-624,-624,-624,,,,,,249,,,,251,250,247,248',
131
- ',,,,,,,,585,,-624,-624,-624,-624,-624,-624,-624,-624,-624,-624,-624',
132
- '-624,-624,-624,,,-624,-624,-624,,,-624,,,-624,,,-624,-624,,-624,,-624',
133
- ',-624,,-624,-624,-624,-624,-624,-624,-624,,-624,-624,-624,746,,575,574',
134
- '573,582,576,,,,,,-624,-624,-624,-624,584,-624,-643,-624,,,,,-624,-643',
135
- '-643,-643,,,-643,-643,-643,,-643,,,,580,,,,,-643,-643,,,,,592,591,,',
136
- ',-643,-643,,-643,-643,-643,-643,-643,746,,575,574,573,582,576,922,,575',
137
- '574,573,923,576,,,584,,,,,585,,584,,,,,,,,,,,-643,,,,580,,,-643,,,,580',
138
- '286,-643,,592,591,,,,589,588,592,591,,,,,,,,,,,-643,-643,,,,,,,,,,,',
139
- ',-643,585,,,,-643,,,585,,,,-643,186,197,187,210,183,203,193,192,213',
116
+ ',,,,-295,-295,-295,-295,584,-295,-642,-295,,,,,-295,-642,-642,-642,',
117
+ ',-642,-642,-642,,-642,252,,,580,,,,,-642,-642,-642,,589,588,592,591',
118
+ '262,263,,-642,-642,,-642,-642,-642,-642,-642,,,,,,249,,255,,251,250',
119
+ '247,248,232,,,,,,,,585,,-642,-642,-642,-642,-642,-642,-642,-642,-642',
120
+ '-642,-642,-642,-642,-642,,,-642,-642,-642,,,-642,,286,-642,,,-642,-642',
121
+ ',-642,,-642,,-642,,-642,-642,-642,-642,-642,-642,-642,,-642,-642,-642',
122
+ ',,,,,,,,,,,,-642,-642,-622,-642,,-642,,,,-622,-622,-622,-642,,-622,-622',
123
+ '-622,578,-622,575,574,573,582,576,,,,-622,-622,-622,-622,,,584,,,,,-622',
124
+ '-622,,-622,-622,-622,-622,-622,,,,,,,,,,580,,,,,,,,,589,588,592,591',
125
+ ',-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622,-622',
126
+ ',,-622,-622,-622,,,-622,,,-622,,,-622,-622,,-622,585,-622,,-622,,-622',
127
+ '-622,-622,-622,-622,-622,-622,,-622,-622,-622,746,,575,574,573,582,576',
128
+ ',,,,,-622,-622,-622,-622,584,-622,-623,-622,,,,,-622,-623,-623,-623',
129
+ ',,-623,-623,-623,,-623,252,,,580,,,,,-623,-623,-623,-623,,,592,591,262',
130
+ '263,,-623,-623,,-623,-623,-623,-623,-623,,,,,,249,,,,251,250,247,248',
131
+ ',,,,,,,,585,,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623,-623',
132
+ '-623,-623,-623,,,-623,-623,-623,,,-623,,,-623,,,-623,-623,,-623,,-623',
133
+ ',-623,,-623,-623,-623,-623,-623,-623,-623,,-623,-623,-623,746,,575,574',
134
+ '573,582,576,,,,,,-623,-623,-623,-623,584,-623,-642,-623,,,,,-623,-642',
135
+ '-642,-642,,,-642,-642,-642,,-642,,,,580,,,,,-642,-642,,,,,592,591,,',
136
+ ',-642,-642,,-642,-642,-642,-642,-642,746,,575,574,573,582,576,922,,575',
137
+ '574,573,923,576,,,584,,,,,585,,584,,,,,,,,,,,-642,,,,580,,,-642,,,,580',
138
+ '286,-642,,592,591,,,,589,588,592,591,,,,,,,,,,,-642,-642,,,,,,,,,,,',
139
+ ',-642,585,,,,-642,,,585,,,,-642,186,197,187,210,183,203,193,192,213',
140
140
  '214,208,191,190,185,211,215,216,195,184,198,202,204,196,189,,,,205,212',
141
141
  '207,206,199,209,194,182,201,200,,,,,,181,188,179,180,176,177,178,136',
142
142
  '138,135,,137,,,,,,,,,170,171,,166,148,149,150,157,154,156,,,151,152',
@@ -219,43 +219,43 @@ clist = [
219
219
  '307,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30',
220
220
  '113,112,114,115,,,22,,,,,,11,49,309,13,117,116,118,107,60,109,108,110',
221
221
  ',111,119,120,,105,106,,45,46,44,252,256,257,258,259,269,270,264,265',
222
- '260,261,,-644,-644,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255,48,251',
222
+ '260,261,,-643,-643,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255,48,251',
223
223
  '250,247,248,268,267,253,23,254,,,,103,95,97,98,99,101,,,,96,104,,,,',
224
224
  ',,66,,,93,100,102,307,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34',
225
225
  '76,77,,,,,,88,31,30,113,112,114,115,,,22,,,,,,11,49,309,13,117,116,118',
226
226
  '107,60,109,108,110,,111,119,120,,105,106,,45,46,44,252,256,257,258,259',
227
- '269,270,264,265,260,261,,-644,-644,,,262,263,,43,,,36,,,62,63,,,64,',
227
+ '269,270,264,265,260,261,,-643,-643,,,262,263,,43,,,36,,,62,63,,,64,',
228
228
  '38,249,,255,48,251,250,247,248,268,267,253,23,254,,,,103,95,97,98,99',
229
229
  '101,,,,96,104,,,,,,,66,,,93,100,102,307,85,86,87,12,78,,,,79,80,,,,83',
230
230
  ',81,82,84,33,34,76,77,,,,,,88,31,30,113,112,114,115,,,22,,,,,,11,49',
231
231
  '309,13,117,116,118,107,60,109,108,110,,111,119,120,,105,106,,45,46,44',
232
- '252,-644,-644,-644,-644,269,270,,,-644,-644,,,,,,262,263,,43,,,36,,',
232
+ '252,-643,-643,-643,-643,269,270,,,-643,-643,,,,,,262,263,,43,,,36,,',
233
233
  '62,63,,,64,,38,249,,255,48,251,250,247,248,268,267,253,23,254,,,,103',
234
234
  '95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,8,85,86,87,12,78,,,',
235
235
  '79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,113,112,114,115,,,22',
236
236
  ',,,,,11,49,10,13,117,116,118,107,60,109,108,110,,111,119,120,,105,106',
237
- ',45,46,44,252,-644,-644,-644,-644,269,270,,,-644,-644,,,,,,262,263,',
237
+ ',45,46,44,252,-643,-643,-643,-643,269,270,,,-643,-643,,,,,,262,263,',
238
238
  '43,,,36,,,62,63,,,64,,38,249,,255,48,251,250,247,248,268,267,253,23',
239
239
  '254,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102,307,85,86',
240
240
  '87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30,113,112',
241
241
  '114,115,,,22,,,,,,11,49,309,13,117,116,118,107,60,109,108,110,,111,119',
242
- '120,,105,106,,45,46,44,252,-644,-644,-644,-644,269,270,,,-644,-644,',
242
+ '120,,105,106,,45,46,44,252,-643,-643,-643,-643,269,270,,,-643,-643,',
243
243
  ',,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255,48,251,250,247,248,268',
244
244
  '267,253,23,254,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93,100,102',
245
245
  '307,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,,,88,31,30',
246
246
  '113,112,114,115,,,22,,,,,,11,49,309,13,117,116,118,107,60,109,108,110',
247
- ',111,119,120,,105,106,,45,46,44,252,-644,-644,-644,-644,269,270,,,-644',
248
- '-644,,,,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255,48,251,250,247',
247
+ ',111,119,120,,105,106,,45,46,44,252,-643,-643,-643,-643,269,270,,,-643',
248
+ '-643,,,,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255,48,251,250,247',
249
249
  '248,268,267,253,23,254,,,,103,95,97,98,99,101,,,,96,104,,,,,,,66,,,93',
250
250
  '100,102,307,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33,34,76,77,,,,',
251
251
  ',88,31,30,113,112,114,115,,,22,,,,,,11,49,309,13,117,116,118,107,60',
252
- '109,108,110,,111,119,120,,105,106,,45,46,44,252,-644,-644,-644,-644',
253
- '269,270,,,-644,-644,,,,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255',
252
+ '109,108,110,,111,119,120,,105,106,,45,46,44,252,-643,-643,-643,-643',
253
+ '269,270,,,-643,-643,,,,,,262,263,,43,,,36,,,62,63,,,64,,38,249,,255',
254
254
  '48,251,250,247,248,268,267,253,23,254,,,,103,95,97,98,99,101,,,,96,104',
255
255
  ',,,,,,66,,,93,100,102,307,85,86,87,12,78,,,,79,80,,,,83,,81,82,84,33',
256
256
  '34,76,77,,,,,,88,31,30,113,112,114,115,,,22,,,,,,11,49,309,13,117,116',
257
- '118,107,60,109,108,110,,111,119,120,,105,106,,45,46,44,252,-644,-644',
258
- '-644,-644,269,270,,,-644,-644,,,,,,262,263,,43,,,36,,,62,63,,,64,,38',
257
+ '118,107,60,109,108,110,,111,119,120,,105,106,,45,46,44,252,-643,-643',
258
+ '-643,-643,269,270,,,-643,-643,,,,,,262,263,,43,,,36,,,62,63,,,64,,38',
259
259
  '249,,255,48,251,250,247,248,268,267,253,23,254,,,,103,95,97,98,99,101',
260
260
  ',,,96,104,,,,,,,66,,,93,100,102,307,85,86,87,12,78,,,,79,80,,,,83,,81',
261
261
  '82,84,33,34,76,77,,,,,,88,31,30,113,112,114,115,,,22,,,,,,11,49,309',
@@ -1909,20 +1909,20 @@ racc_action_pointer = [
1909
1909
  nil, 8462, nil, nil, nil, nil, 1168, nil ]
1910
1910
 
1911
1911
  racc_action_default = [
1912
- -1, -644, -643, -644, -2, -630, -4, -5, -644, -8,
1913
- -9, -644, -644, -644, -35, -644, -644, -40, -644, -644,
1914
- -294, -51, -632, -644, -56, -61, -62, -63, -67, -273,
1915
- -273, -273, -309, -343, -344, -79, -643, -83, -91, -93,
1916
- -644, -536, -537, -644, -644, -644, -644, -232, -644, -632,
1912
+ -1, -643, -642, -643, -2, -629, -4, -5, -643, -8,
1913
+ -9, -643, -643, -643, -35, -643, -643, -40, -643, -643,
1914
+ -294, -51, -631, -643, -56, -61, -62, -63, -67, -273,
1915
+ -273, -273, -309, -343, -344, -79, -642, -83, -91, -93,
1916
+ -643, -536, -537, -643, -643, -643, -643, -232, -643, -631,
1917
1917
  -246, -285, -286, -287, -288, -289, -290, -291, -292, -293,
1918
- -617, -296, -298, -305, -307, -317, -423, -644, -644, -58,
1919
- -58, -630, -644, -327, -334, -644, -345, -346, -348, -349,
1918
+ -616, -296, -298, -305, -307, -317, -423, -643, -643, -58,
1919
+ -58, -629, -643, -327, -334, -643, -345, -346, -348, -349,
1920
1920
  -350, -351, -352, -353, -354, -355, -356, -357, -366, -468,
1921
- -469, -470, -471, -472, -473, -643, -476, -643, -643, -643,
1922
- -486, -643, -643, -643, -514, -520, -521, -615, -525, -526,
1923
- -616, -528, -529, -530, -531, -532, -533, -534, -535, -540,
1924
- -541, 1088, -3, -631, -639, -640, -641, -7, -644, -644,
1925
- -644, -644, -644, -644, -23, -644, -122, -123, -124, -125,
1921
+ -469, -470, -471, -472, -473, -642, -476, -642, -642, -642,
1922
+ -486, -642, -642, -642, -514, -520, -521, -614, -525, -526,
1923
+ -615, -528, -529, -530, -531, -532, -533, -534, -535, -540,
1924
+ -541, 1088, -3, -630, -638, -639, -640, -7, -643, -643,
1925
+ -643, -643, -643, -643, -23, -643, -122, -123, -124, -125,
1926
1926
  -126, -127, -128, -129, -130, -134, -135, -136, -137, -138,
1927
1927
  -139, -140, -141, -142, -143, -144, -145, -146, -147, -148,
1928
1928
  -149, -150, -151, -152, -153, -154, -155, -156, -157, -158,
@@ -1930,94 +1930,94 @@ racc_action_default = [
1930
1930
  -169, -170, -171, -172, -173, -174, -175, -176, -177, -178,
1931
1931
  -179, -180, -181, -182, -183, -184, -185, -186, -187, -188,
1932
1932
  -189, -190, -191, -192, -193, -194, -195, -196, -197, -198,
1933
- -199, -200, -201, -202, -203, -204, -205, -28, -131, -643,
1934
- -644, -644, -644, -644, -644, -643, -644, -644, -627, -644,
1935
- -644, -632, -633, -55, -644, -536, -537, -644, -294, -644,
1936
- -644, -238, -644, -643, -644, -644, -644, -644, -644, -644,
1937
- -644, -644, -644, -644, -644, -644, -644, -644, -644, -644,
1938
- -644, -644, -644, -644, -644, -644, -644, -247, -248, -249,
1939
- -250, -644, -359, -452, -431, -644, -628, -629, -68, -644,
1940
- -316, -358, -644, -445, -447, -74, -643, -442, -75, -632,
1941
- -76, -253, -268, -643, -643, -272, -644, -278, -644, -610,
1942
- -644, -644, -77, -78, -630, -17, -18, -644, -21, -22,
1943
- -81, -643, -632, -644, -84, -87, -643, -99, -100, -644,
1944
- -644, -107, -309, -312, -632, -435, -343, -344, -347, -443,
1945
- -644, -89, -644, -95, -304, -522, -523, -644, -226, -227,
1946
- -644, -239, -644, -643, -300, -632, -643, -643, -318, -319,
1947
- -568, -57, -644, -644, -644, -643, -643, -630, -644, -631,
1948
- -536, -537, -644, -644, -294, -644, -376, -377, -644, -330,
1949
- -644, -122, -123, -165, -166, -167, -183, -188, -195, -198,
1950
- -337, -644, -536, -537, -605, -606, -474, -644, -498, -644,
1951
- -500, -644, -502, -644, -644, -481, -644, -643, -644, -644,
1952
- -494, -644, -644, -496, -644, -513, -515, -516, -517, -518,
1953
- -6, -642, -29, -30, -31, -32, -33, -10, -11, -644,
1954
- -25, -26, -27, -132, -644, -36, -38, -39, -644, -644,
1955
- -37, -644, -41, -644, -294, -49, -50, -206, -258, -278,
1956
- -52, -53, -42, -207, -258, -632, -263, -264, -643, -643,
1957
- -618, -619, -273, -440, -620, -621, -619, -618, -273, -439,
1958
- -441, -620, -621, -48, -215, -54, -632, -315, -644, -644,
1959
- -644, -643, -304, -644, -644, -644, -216, -217, -218, -219,
1933
+ -199, -200, -201, -202, -203, -204, -205, -28, -131, -642,
1934
+ -643, -643, -643, -643, -643, -642, -643, -643, -626, -643,
1935
+ -643, -631, -632, -55, -643, -536, -537, -643, -294, -643,
1936
+ -643, -238, -643, -642, -643, -643, -643, -643, -643, -643,
1937
+ -643, -643, -643, -643, -643, -643, -643, -643, -643, -643,
1938
+ -643, -643, -643, -643, -643, -643, -643, -247, -248, -249,
1939
+ -250, -643, -359, -452, -431, -643, -627, -628, -68, -643,
1940
+ -316, -358, -643, -445, -447, -74, -642, -442, -75, -631,
1941
+ -76, -253, -268, -642, -642, -272, -643, -278, -643, -609,
1942
+ -643, -643, -77, -78, -629, -17, -18, -643, -21, -22,
1943
+ -81, -642, -631, -643, -84, -87, -642, -99, -100, -643,
1944
+ -643, -107, -309, -312, -631, -435, -343, -344, -347, -443,
1945
+ -643, -89, -643, -95, -304, -522, -523, -643, -226, -227,
1946
+ -643, -239, -643, -642, -300, -631, -642, -642, -318, -319,
1947
+ -568, -57, -643, -643, -643, -642, -642, -629, -643, -630,
1948
+ -536, -537, -643, -643, -294, -643, -376, -377, -643, -330,
1949
+ -643, -122, -123, -165, -166, -167, -183, -188, -195, -198,
1950
+ -337, -643, -536, -537, -604, -605, -474, -643, -498, -643,
1951
+ -500, -643, -502, -643, -643, -481, -643, -642, -643, -643,
1952
+ -494, -643, -643, -496, -643, -513, -515, -516, -517, -518,
1953
+ -6, -641, -29, -30, -31, -32, -33, -10, -11, -643,
1954
+ -25, -26, -27, -132, -643, -36, -38, -39, -643, -643,
1955
+ -37, -643, -41, -643, -294, -49, -50, -206, -258, -278,
1956
+ -52, -53, -42, -207, -258, -631, -263, -264, -642, -642,
1957
+ -617, -618, -273, -440, -619, -620, -618, -617, -273, -439,
1958
+ -441, -619, -620, -48, -215, -54, -631, -315, -643, -643,
1959
+ -643, -642, -304, -643, -643, -643, -216, -217, -218, -219,
1960
1960
  -220, -221, -222, -223, -228, -229, -230, -231, -233, -234,
1961
- -235, -236, -237, -240, -241, -242, -243, -632, -251, -644,
1962
- -453, -273, -618, -619, -65, -69, -274, -436, -449, -452,
1963
- -632, -632, -311, -269, -644, -277, -270, -644, -275, -644,
1964
- -279, -613, -614, -16, -631, -20, -632, -80, -302, -96,
1965
- -85, -644, -632, -643, -644, -644, -106, -644, -522, -523,
1966
- -644, -92, -97, -644, -644, -644, -644, -644, -252, -244,
1967
- -644, -460, -644, -632, -299, -254, -636, -636, -644, -644,
1968
- -608, -636, -644, -424, -568, -427, -604, -604, -551, -553,
1969
- -553, -553, -567, -570, -571, -572, -573, -574, -575, -576,
1970
- -644, -578, -644, -584, -586, -587, -589, -594, -596, -597,
1971
- -599, -600, -601, -644, -643, -367, -368, -643, -644, -644,
1972
- -644, -644, -644, -362, -455, -643, -644, -644, -304, -58,
1973
- -117, -118, -644, -120, -644, -294, -643, -644, -335, -546,
1974
- -340, -625, -626, -644, -475, -499, -504, -505, -507, -477,
1975
- -501, -478, -503, -479, -480, -644, -483, -485, -644, -488,
1976
- -490, -491, -644, -492, -493, -644, -519, -643, -24, -644,
1977
- -34, -284, -644, -644, -643, -644, -644, -644, -444, -644,
1978
- -265, -267, -644, -644, -70, -261, -262, -437, -644, -644,
1979
- -72, -438, -314, -634, -618, -619, -618, -619, -632, -644,
1980
- -430, -643, -64, -432, -449, -644, -450, -644, -260, -310,
1981
- -643, -276, -280, -644, -611, -612, -19, -82, -644, -88,
1982
- -94, -632, -618, -619, -643, -103, -105, -644, -90, -644,
1983
- -644, -224, -225, -632, -643, -360, -643, -297, -365, -301,
1984
- -255, -638, -637, -257, -638, -306, -308, -609, -644, -632,
1985
- -644, -549, -550, -644, -644, -560, -644, -563, -644, -565,
1986
- -644, -378, -644, -380, -382, -389, -575, -632, -580, -588,
1987
- -598, -602, -643, -369, -643, -59, -370, -371, -322, -323,
1988
- -644, -325, -644, -632, -618, -619, -622, -303, -643, -117,
1989
- -118, -119, -644, -644, -643, -328, -542, -544, -331, -643,
1990
- -643, -568, -568, -644, -632, -644, -643, -482, -484, -644,
1991
- -487, -495, -497, -644, -133, -282, -644, -632, -618, -619,
1992
- -619, -618, -259, -644, -635, -643, -44, -209, -45, -210,
1993
- -71, -46, -212, -47, -211, -73, -644, -644, -644, -644,
1994
- -444, -644, -412, -413, -632, -415, -643, -434, -433, -644,
1995
- -446, -643, -448, -271, -281, -86, -101, -98, -214, -313,
1996
- -13, -15, -361, -363, -643, -467, -461, -643, -462, -463,
1997
- -636, -425, -643, -643, -417, -632, -604, -585, -603, -552,
1998
- -553, -553, -579, -553, -553, -595, -553, -590, -632, -644,
1999
- -387, -644, -577, -644, -364, -372, -644, -374, -643, -644,
2000
- -60, -324, -644, -444, -644, -117, -118, -121, -632, -643,
2001
- -644, -644, -644, -338, -632, -644, -341, -607, -506, -509,
2002
- -510, -511, -512, -644, -489, -12, -283, -444, -43, -208,
2003
- -266, -644, -245, -604, -604, -394, -643, -643, -643, -411,
2004
- -644, -632, -575, -644, -582, -592, -454, -66, -643, -643,
2005
- -466, -644, -644, -465, -256, -644, -644, -644, -426, -548,
2006
- -644, -556, -644, -558, -644, -561, -644, -564, -566, -379,
2007
- -381, -385, -644, -390, -320, -644, -375, -321, -644, -643,
2008
- -326, -444, -644, -644, -332, -336, -644, -545, -547, -546,
2009
- -508, -644, -392, -393, -402, -396, -404, -644, -407, -644,
2010
- -409, -414, -644, -644, -581, -644, -451, -643, -643, -108,
2011
- -109, -644, -644, -116, -464, -428, -429, -632, -419, -421,
2012
- -422, -553, -553, -553, -553, -383, -644, -388, -644, -643,
2013
- -280, -643, -329, -543, -643, -339, -643, -604, -583, -395,
2014
- -643, -643, -643, -643, -593, -643, -416, -591, -644, -304,
2015
- -14, -460, -643, -644, -644, -115, -418, -644, -644, -554,
2016
- -557, -559, -562, -644, -386, -643, -456, -457, -458, -644,
2017
- -644, -391, -644, -399, -644, -401, -644, -405, -644, -408,
2018
- -410, -303, -622, -459, -632, -618, -619, -622, -114, -420,
2019
- -553, -384, -373, -333, -342, -643, -643, -643, -643, -444,
2020
- -555, -644, -397, -400, -403, -406, -643, -398 ]
1961
+ -235, -236, -237, -240, -241, -242, -243, -631, -251, -643,
1962
+ -453, -273, -617, -618, -65, -69, -274, -436, -449, -452,
1963
+ -631, -631, -311, -269, -643, -277, -270, -643, -275, -643,
1964
+ -279, -612, -613, -16, -630, -20, -631, -80, -302, -96,
1965
+ -85, -643, -631, -642, -643, -643, -106, -643, -522, -523,
1966
+ -643, -92, -97, -643, -643, -643, -643, -643, -252, -244,
1967
+ -643, -460, -643, -631, -299, -254, -635, -635, -643, -643,
1968
+ -607, -635, -643, -424, -568, -427, -603, -603, -551, -553,
1969
+ -553, -553, -567, -569, -570, -571, -572, -573, -574, -575,
1970
+ -643, -577, -643, -583, -585, -586, -588, -593, -595, -596,
1971
+ -598, -599, -600, -643, -642, -367, -368, -642, -643, -643,
1972
+ -643, -643, -643, -362, -455, -642, -643, -643, -304, -58,
1973
+ -117, -118, -643, -120, -643, -294, -642, -643, -335, -546,
1974
+ -340, -624, -625, -643, -475, -499, -504, -505, -507, -477,
1975
+ -501, -478, -503, -479, -480, -643, -483, -485, -643, -488,
1976
+ -490, -491, -643, -492, -493, -643, -519, -642, -24, -643,
1977
+ -34, -284, -643, -643, -642, -643, -643, -643, -444, -643,
1978
+ -265, -267, -643, -643, -70, -261, -262, -437, -643, -643,
1979
+ -72, -438, -314, -633, -617, -618, -617, -618, -631, -643,
1980
+ -430, -642, -64, -432, -449, -643, -450, -643, -260, -310,
1981
+ -642, -276, -280, -643, -610, -611, -19, -82, -643, -88,
1982
+ -94, -631, -617, -618, -642, -103, -105, -643, -90, -643,
1983
+ -643, -224, -225, -631, -642, -360, -642, -297, -365, -301,
1984
+ -255, -637, -636, -257, -637, -306, -308, -608, -643, -631,
1985
+ -643, -549, -550, -643, -643, -560, -643, -563, -643, -565,
1986
+ -643, -378, -643, -380, -382, -389, -574, -631, -579, -587,
1987
+ -597, -601, -642, -369, -642, -59, -370, -371, -322, -323,
1988
+ -643, -325, -643, -631, -617, -618, -621, -303, -642, -117,
1989
+ -118, -119, -643, -643, -642, -328, -542, -544, -331, -642,
1990
+ -642, -568, -568, -643, -631, -643, -642, -482, -484, -643,
1991
+ -487, -495, -497, -643, -133, -282, -643, -631, -617, -618,
1992
+ -618, -617, -259, -643, -634, -642, -44, -209, -45, -210,
1993
+ -71, -46, -212, -47, -211, -73, -643, -643, -643, -643,
1994
+ -444, -643, -412, -413, -631, -415, -642, -434, -433, -643,
1995
+ -446, -642, -448, -271, -281, -86, -101, -98, -214, -313,
1996
+ -13, -15, -361, -363, -642, -467, -461, -642, -462, -463,
1997
+ -635, -425, -642, -642, -417, -631, -603, -584, -602, -552,
1998
+ -553, -553, -578, -553, -553, -594, -553, -589, -631, -643,
1999
+ -387, -643, -576, -643, -364, -372, -643, -374, -642, -643,
2000
+ -60, -324, -643, -444, -643, -117, -118, -121, -631, -642,
2001
+ -643, -643, -643, -338, -631, -643, -341, -606, -506, -509,
2002
+ -510, -511, -512, -643, -489, -12, -283, -444, -43, -208,
2003
+ -266, -643, -245, -603, -603, -394, -642, -642, -642, -411,
2004
+ -643, -631, -574, -643, -581, -591, -454, -66, -642, -642,
2005
+ -466, -643, -643, -465, -256, -643, -643, -643, -426, -548,
2006
+ -643, -556, -643, -558, -643, -561, -643, -564, -566, -379,
2007
+ -381, -385, -643, -390, -320, -643, -375, -321, -643, -642,
2008
+ -326, -444, -643, -643, -332, -336, -643, -545, -547, -546,
2009
+ -508, -643, -392, -393, -402, -396, -404, -643, -407, -643,
2010
+ -409, -414, -643, -643, -580, -643, -451, -642, -642, -108,
2011
+ -109, -643, -643, -116, -464, -428, -429, -631, -419, -421,
2012
+ -422, -553, -553, -553, -553, -383, -643, -388, -643, -642,
2013
+ -280, -642, -329, -543, -642, -339, -642, -603, -582, -395,
2014
+ -642, -642, -642, -642, -592, -642, -416, -590, -643, -304,
2015
+ -14, -460, -642, -643, -643, -115, -418, -643, -643, -554,
2016
+ -557, -559, -562, -643, -386, -642, -456, -457, -458, -643,
2017
+ -643, -391, -643, -399, -643, -401, -643, -405, -643, -408,
2018
+ -410, -303, -621, -459, -631, -617, -618, -621, -114, -420,
2019
+ -553, -384, -373, -333, -342, -642, -642, -642, -642, -444,
2020
+ -555, -643, -397, -400, -403, -406, -642, -398 ]
2021
2021
 
2022
2022
  clist = [
2023
2023
  '6,287,230,226,233,292,292,292,445,274,19,276,452,458,602,380,19,443',
@@ -2138,24 +2138,24 @@ clist = [
2138
2138
  '6,85,39,37,26,45,45,45,35,171,34,37,49,49,113,69,34,76,2,70,70,102,76',
2139
2139
  '118,23,23,58,12,23,39,15,34,5,62,41,41,82,82,82,87,34,34,34,69,34,34',
2140
2140
  '34,51,121,21,21,109,84,84,84,8,9,73,73,74,74,49,9,59,28,28,50,50,50',
2141
- '35,34,172,64,100,88,34,34,88,218,34,34,147,170,70,203,23,23,23,23,118',
2141
+ '35,34,172,64,100,88,34,34,88,217,34,34,147,170,70,203,23,23,23,23,118',
2142
2142
  '106,106,107,6,63,6,6,6,5,6,6,6,36,83,83,192,17,148,83,30,30,70,52,30',
2143
- '213,67,9,164,162,146,100,100,1,100,158,209,193,160,153,153,193,34,7',
2144
- '193,165,3,34,34,34,34,34,214,189,24,10,68,24,68,189,11,159,24,159,78',
2143
+ '212,67,9,164,162,146,100,100,1,100,158,208,193,160,153,153,193,34,7',
2144
+ '193,165,3,34,34,34,34,34,213,189,24,10,68,24,68,189,11,159,24,159,78',
2145
2145
  '78,32,13,57,57,57,32,16,18,20,22,25,31,149,42,44,30,30,30,30,48,54,75',
2146
2146
  '9,79,81,86,98,101,104,115,117,9,122,78,123,124,125,126,127,87,128,129',
2147
2147
  '85,45,130,131,26,26,132,133,26,134,135,136,137,26,138,139,162,150,156',
2148
- '214,164,37,163,88,88,218,6,82,82,166,34,34,34,34,34,34,34,165,70,167',
2148
+ '213,164,37,163,88,88,217,6,82,82,166,34,34,34,34,34,34,34,165,70,167',
2149
2149
  '34,34,34,159,168,169,147,175,176,147,7,149,178,180,34,45,85,35,49,49',
2150
2150
  '113,146,45,181,182,45,183,30,30,76,60,76,148,184,64,30,30,158,67,187',
2151
- '160,188,190,64,100,191,82,6,218,194,34,52,195,196,6,6,82,34,197,170',
2151
+ '160,188,190,64,100,191,82,6,217,194,34,52,195,196,6,6,82,34,197,170',
2152
2152
  '34,203,84,85,58,149,37,39,198,58,172,109,84,162,23,199,200,201,34,35',
2153
- '202,213,34,49,37,118,34,34,60,207,210,62,211,217,5,49,,,36,,209,59,149',
2154
- '34,,,59,6,6,37,,60,192,82,34,,,8,,159,,36,,,9,34,34,34,209,84,84,,,147',
2153
+ '202,212,34,49,37,118,34,34,60,207,209,62,210,216,5,49,,,36,,208,59,149',
2154
+ '34,,,59,6,6,37,,60,192,82,34,,,8,,159,,36,,,9,34,34,34,208,84,84,,,147',
2155
2155
  '63,147,,193,118,34,193,34,17,,60,,,5,107,,,35,,159,,49,159,100,6,30',
2156
2156
  '83,121,,100,,,,57,100,,,,,,,,100,57,,,37,153,,36,,,85,,39,,70,,85,,78',
2157
- ',51,,87,,35,64,51,85,49,49,,45,,6,6,78,209,6,,147,147,36,76,76,21,,',
2158
- ',76,76,12,12,73,,74,159,6,88,218,85,,,153,153,39,70,34,,,,100,78,,78',
2157
+ ',51,,87,,35,64,51,85,49,49,,45,,6,6,78,208,6,,147,147,36,76,76,21,,',
2158
+ ',76,76,12,12,73,,74,159,6,88,217,85,,,153,153,39,70,34,,,,100,78,,78',
2159
2159
  '100,,50,,,,,,50,,,,6,,,60,76,152,85,45,147,,147,15,,,170,170,203,203',
2160
2160
  '85,,,,,,,,,,62,193,,,6,34,,84,,62,12,50,34,,34,,70,147,36,60,60,34,',
2161
2161
  '87,,,,,70,,35,34,49,28,,60,,,,,,60,,100,100,,12,41,24,,85,45,153,,,',
@@ -2259,8 +2259,8 @@ racc_goto_pointer = [
2259
2259
  -268, -16, -202, nil, nil, -39, -39, nil, -437, nil,
2260
2260
  -250, -751, -343, -453, -577, nil, nil, 184, 183, 45,
2261
2261
  181, 183, -289, -261, -111, 189, 189, 193, -480, -315,
2262
- -315, 211, -459, -266, nil, nil, 247, -408, nil, -609,
2263
- -403, -642, nil, -622, -836, nil, nil, -55, -439 ]
2262
+ -315, 211, -459, -266, nil, nil, 247, -408, -609, -403,
2263
+ -642, nil, -622, -836, nil, nil, -55, -439 ]
2264
2264
 
2265
2265
  racc_goto_default = [
2266
2266
  nil, nil, nil, nil, 5, nil, 305, 7, 359, 308,
@@ -2283,8 +2283,8 @@ racc_goto_default = [
2283
2283
  nil, nil, nil, 459, 282, nil, nil, 686, nil, 500,
2284
2284
  nil, nil, nil, nil, nil, 89, 92, 94, nil, nil,
2285
2285
  nil, nil, nil, 630, nil, nil, nil, nil, nil, nil,
2286
- nil, nil, nil, 859, 782, 566, nil, 570, nil, 581,
2287
- 583, 924, 586, 587, 925, 590, 593, nil, 299 ]
2286
+ nil, nil, nil, 859, 782, 566, nil, 570, 581, 583,
2287
+ 924, 586, 587, 925, 590, 593, nil, 299 ]
2288
2288
 
2289
2289
  racc_reduce_table = [
2290
2290
  0, 0, :racc_error,
@@ -2856,52 +2856,51 @@ racc_reduce_table = [
2856
2856
  4, 314, :_reduce_566,
2857
2857
  1, 314, :_reduce_567,
2858
2858
  0, 314, :_reduce_568,
2859
- 1, 352, :_reduce_none,
2859
+ 1, 309, :_reduce_569,
2860
2860
  1, 309, :_reduce_570,
2861
2861
  1, 309, :_reduce_571,
2862
2862
  1, 309, :_reduce_572,
2863
- 1, 309, :_reduce_573,
2864
2863
  1, 291, :_reduce_none,
2865
- 1, 291, :_reduce_575,
2866
- 1, 353, :_reduce_none,
2867
- 3, 353, :_reduce_577,
2868
- 1, 301, :_reduce_578,
2869
- 3, 301, :_reduce_579,
2864
+ 1, 291, :_reduce_574,
2865
+ 1, 352, :_reduce_none,
2866
+ 3, 352, :_reduce_576,
2867
+ 1, 301, :_reduce_577,
2868
+ 3, 301, :_reduce_578,
2869
+ 2, 353, :_reduce_579,
2870
2870
  2, 354, :_reduce_580,
2871
- 2, 355, :_reduce_581,
2872
2871
  1, 295, :_reduce_none,
2873
- 3, 295, :_reduce_583,
2872
+ 3, 295, :_reduce_582,
2874
2873
  1, 349, :_reduce_none,
2875
- 3, 349, :_reduce_585,
2876
- 1, 356, :_reduce_none,
2877
- 1, 356, :_reduce_none,
2878
- 2, 296, :_reduce_588,
2879
- 1, 296, :_reduce_589,
2874
+ 3, 349, :_reduce_584,
2875
+ 1, 355, :_reduce_none,
2876
+ 1, 355, :_reduce_none,
2877
+ 2, 296, :_reduce_587,
2878
+ 1, 296, :_reduce_588,
2879
+ 3, 356, :_reduce_589,
2880
2880
  3, 357, :_reduce_590,
2881
- 3, 358, :_reduce_591,
2882
- 1, 302, :_reduce_592,
2883
- 3, 302, :_reduce_593,
2884
- 1, 351, :_reduce_594,
2885
- 3, 351, :_reduce_595,
2881
+ 1, 302, :_reduce_591,
2882
+ 3, 302, :_reduce_592,
2883
+ 1, 351, :_reduce_593,
2884
+ 3, 351, :_reduce_594,
2885
+ 1, 358, :_reduce_none,
2886
+ 1, 358, :_reduce_none,
2887
+ 2, 303, :_reduce_597,
2888
+ 1, 303, :_reduce_598,
2886
2889
  1, 359, :_reduce_none,
2887
2890
  1, 359, :_reduce_none,
2888
- 2, 303, :_reduce_598,
2889
- 1, 303, :_reduce_599,
2890
- 1, 360, :_reduce_none,
2891
- 1, 360, :_reduce_none,
2892
- 2, 298, :_reduce_602,
2893
- 2, 297, :_reduce_603,
2894
- 0, 297, :_reduce_604,
2891
+ 2, 298, :_reduce_601,
2892
+ 2, 297, :_reduce_602,
2893
+ 0, 297, :_reduce_603,
2895
2894
  1, 266, :_reduce_none,
2896
- 0, 361, :_reduce_606,
2897
- 4, 266, :_reduce_607,
2898
- 1, 245, :_reduce_608,
2895
+ 0, 360, :_reduce_605,
2896
+ 4, 266, :_reduce_606,
2897
+ 1, 245, :_reduce_607,
2899
2898
  2, 245, :_reduce_none,
2900
2899
  1, 228, :_reduce_none,
2901
- 3, 228, :_reduce_611,
2902
- 3, 362, :_reduce_612,
2903
- 2, 362, :_reduce_613,
2904
- 2, 362, :_reduce_614,
2900
+ 3, 228, :_reduce_610,
2901
+ 3, 361, :_reduce_611,
2902
+ 2, 361, :_reduce_612,
2903
+ 2, 361, :_reduce_613,
2905
2904
  1, 199, :_reduce_none,
2906
2905
  1, 199, :_reduce_none,
2907
2906
  1, 199, :_reduce_none,
@@ -2926,13 +2925,13 @@ racc_reduce_table = [
2926
2925
  0, 227, :_reduce_none,
2927
2926
  1, 227, :_reduce_none,
2928
2927
  1, 227, :_reduce_none,
2929
- 1, 262, :_reduce_639,
2928
+ 1, 262, :_reduce_638,
2930
2929
  1, 262, :_reduce_none,
2931
2930
  1, 152, :_reduce_none,
2932
- 2, 152, :_reduce_642,
2933
- 0, 150, :_reduce_643 ]
2931
+ 2, 152, :_reduce_641,
2932
+ 0, 150, :_reduce_642 ]
2934
2933
 
2935
- racc_reduce_n = 644
2934
+ racc_reduce_n = 643
2936
2935
 
2937
2936
  racc_shift_n = 1088
2938
2937
 
@@ -3455,7 +3454,6 @@ Racc_token_to_s_table = [
3455
3454
  "f_kwarg",
3456
3455
  "opt_args_tail",
3457
3456
  "f_optarg",
3458
- "args_forward",
3459
3457
  "f_arg_item",
3460
3458
  "f_kw",
3461
3459
  "f_block_kw",
@@ -6719,35 +6717,33 @@ def _reduce_568(val, _values, result)
6719
6717
  result
6720
6718
  end
6721
6719
 
6722
- # reduce 569 omitted
6723
-
6724
- def _reduce_570(val, _values, result)
6720
+ def _reduce_569(val, _values, result)
6725
6721
  yyerror "formal argument cannot be a constant"
6726
6722
 
6727
6723
  result
6728
6724
  end
6729
6725
 
6730
- def _reduce_571(val, _values, result)
6726
+ def _reduce_570(val, _values, result)
6731
6727
  yyerror "formal argument cannot be an instance variable"
6732
6728
 
6733
6729
  result
6734
6730
  end
6735
6731
 
6736
- def _reduce_572(val, _values, result)
6732
+ def _reduce_571(val, _values, result)
6737
6733
  yyerror "formal argument cannot be a global variable"
6738
6734
 
6739
6735
  result
6740
6736
  end
6741
6737
 
6742
- def _reduce_573(val, _values, result)
6738
+ def _reduce_572(val, _values, result)
6743
6739
  yyerror "formal argument cannot be a class variable"
6744
6740
 
6745
6741
  result
6746
6742
  end
6747
6743
 
6748
- # reduce 574 omitted
6744
+ # reduce 573 omitted
6749
6745
 
6750
- def _reduce_575(val, _values, result)
6746
+ def _reduce_574(val, _values, result)
6751
6747
  identifier = val[0].to_sym
6752
6748
  self.env[identifier] = :lvar
6753
6749
 
@@ -6756,15 +6752,15 @@ def _reduce_575(val, _values, result)
6756
6752
  result
6757
6753
  end
6758
6754
 
6759
- # reduce 576 omitted
6755
+ # reduce 575 omitted
6760
6756
 
6761
- def _reduce_577(val, _values, result)
6757
+ def _reduce_576(val, _values, result)
6762
6758
  result = val[1]
6763
6759
 
6764
6760
  result
6765
6761
  end
6766
6762
 
6767
- def _reduce_578(val, _values, result)
6763
+ def _reduce_577(val, _values, result)
6768
6764
  arg, = val
6769
6765
 
6770
6766
  case arg
@@ -6780,7 +6776,7 @@ def _reduce_578(val, _values, result)
6780
6776
  result
6781
6777
  end
6782
6778
 
6783
- def _reduce_579(val, _values, result)
6779
+ def _reduce_578(val, _values, result)
6784
6780
  list, _, item = val
6785
6781
 
6786
6782
  if list.sexp_type == :args then
@@ -6794,7 +6790,7 @@ def _reduce_579(val, _values, result)
6794
6790
  result
6795
6791
  end
6796
6792
 
6797
- def _reduce_580(val, _values, result)
6793
+ def _reduce_579(val, _values, result)
6798
6794
  # TODO: new_kw_arg
6799
6795
  (label, line), arg = val
6800
6796
 
@@ -6807,7 +6803,7 @@ def _reduce_580(val, _values, result)
6807
6803
  result
6808
6804
  end
6809
6805
 
6810
- def _reduce_581(val, _values, result)
6806
+ def _reduce_580(val, _values, result)
6811
6807
  # TODO: new_kw_arg
6812
6808
  (label, line), expr = val
6813
6809
  id = label.to_sym
@@ -6818,28 +6814,28 @@ def _reduce_581(val, _values, result)
6818
6814
  result
6819
6815
  end
6820
6816
 
6821
- # reduce 582 omitted
6817
+ # reduce 581 omitted
6822
6818
 
6823
- def _reduce_583(val, _values, result)
6819
+ def _reduce_582(val, _values, result)
6824
6820
  list, _, item = val
6825
6821
  result = list << item.last
6826
6822
 
6827
6823
  result
6828
6824
  end
6829
6825
 
6830
- # reduce 584 omitted
6826
+ # reduce 583 omitted
6831
6827
 
6832
- def _reduce_585(val, _values, result)
6828
+ def _reduce_584(val, _values, result)
6833
6829
  result = args val
6834
6830
 
6835
6831
  result
6836
6832
  end
6837
6833
 
6838
- # reduce 586 omitted
6834
+ # reduce 585 omitted
6839
6835
 
6840
- # reduce 587 omitted
6836
+ # reduce 586 omitted
6841
6837
 
6842
- def _reduce_588(val, _values, result)
6838
+ def _reduce_587(val, _values, result)
6843
6839
  name = val[1].to_sym
6844
6840
  self.assignable name
6845
6841
  result = :"**#{name}"
@@ -6847,34 +6843,33 @@ def _reduce_588(val, _values, result)
6847
6843
  result
6848
6844
  end
6849
6845
 
6850
- def _reduce_589(val, _values, result)
6846
+ def _reduce_588(val, _values, result)
6851
6847
  result = :"**"
6852
- self.env[result] = :lvar
6853
6848
 
6854
6849
  result
6855
6850
  end
6856
6851
 
6857
- def _reduce_590(val, _values, result)
6852
+ def _reduce_589(val, _values, result)
6858
6853
  result = self.assignable val[0], val[2]
6859
6854
  # TODO: detect duplicate names
6860
6855
 
6861
6856
  result
6862
6857
  end
6863
6858
 
6864
- def _reduce_591(val, _values, result)
6859
+ def _reduce_590(val, _values, result)
6865
6860
  result = self.assignable val[0], val[2]
6866
6861
 
6867
6862
  result
6868
6863
  end
6869
6864
 
6870
- def _reduce_592(val, _values, result)
6865
+ def _reduce_591(val, _values, result)
6871
6866
  optblk, = val
6872
6867
  result = s(:block, optblk).line optblk.line
6873
6868
 
6874
6869
  result
6875
6870
  end
6876
6871
 
6877
- def _reduce_593(val, _values, result)
6872
+ def _reduce_592(val, _values, result)
6878
6873
  optarg, _, optblk = val
6879
6874
  result = optarg
6880
6875
  result << optblk
@@ -6882,24 +6877,24 @@ def _reduce_593(val, _values, result)
6882
6877
  result
6883
6878
  end
6884
6879
 
6885
- def _reduce_594(val, _values, result)
6880
+ def _reduce_593(val, _values, result)
6886
6881
  opt, = val
6887
6882
  result = s(:block, opt).line opt.line
6888
6883
 
6889
6884
  result
6890
6885
  end
6891
6886
 
6892
- def _reduce_595(val, _values, result)
6887
+ def _reduce_594(val, _values, result)
6893
6888
  result = self.block_append val[0], val[2]
6894
6889
 
6895
6890
  result
6896
6891
  end
6897
6892
 
6898
- # reduce 596 omitted
6893
+ # reduce 595 omitted
6899
6894
 
6900
- # reduce 597 omitted
6895
+ # reduce 596 omitted
6901
6896
 
6902
- def _reduce_598(val, _values, result)
6897
+ def _reduce_597(val, _values, result)
6903
6898
  # TODO: differs from parse.y - needs tests
6904
6899
  name = val[1].to_sym
6905
6900
  self.assignable name
@@ -6908,7 +6903,7 @@ def _reduce_598(val, _values, result)
6908
6903
  result
6909
6904
  end
6910
6905
 
6911
- def _reduce_599(val, _values, result)
6906
+ def _reduce_598(val, _values, result)
6912
6907
  name = :"*"
6913
6908
  self.env[name] = :lvar
6914
6909
  result = name
@@ -6916,11 +6911,11 @@ def _reduce_599(val, _values, result)
6916
6911
  result
6917
6912
  end
6918
6913
 
6919
- # reduce 600 omitted
6914
+ # reduce 599 omitted
6920
6915
 
6921
- # reduce 601 omitted
6916
+ # reduce 600 omitted
6922
6917
 
6923
- def _reduce_602(val, _values, result)
6918
+ def _reduce_601(val, _values, result)
6924
6919
  identifier = val[1].to_sym
6925
6920
 
6926
6921
  self.env[identifier] = :lvar
@@ -6929,27 +6924,27 @@ def _reduce_602(val, _values, result)
6929
6924
  result
6930
6925
  end
6931
6926
 
6932
- def _reduce_603(val, _values, result)
6927
+ def _reduce_602(val, _values, result)
6933
6928
  result = val[1]
6934
6929
 
6935
6930
  result
6936
6931
  end
6937
6932
 
6938
- def _reduce_604(val, _values, result)
6933
+ def _reduce_603(val, _values, result)
6939
6934
  result = nil
6940
6935
 
6941
6936
  result
6942
6937
  end
6943
6938
 
6944
- # reduce 605 omitted
6939
+ # reduce 604 omitted
6945
6940
 
6946
- def _reduce_606(val, _values, result)
6941
+ def _reduce_605(val, _values, result)
6947
6942
  lexer.lex_state = EXPR_BEG
6948
6943
 
6949
6944
  result
6950
6945
  end
6951
6946
 
6952
- def _reduce_607(val, _values, result)
6947
+ def _reduce_606(val, _values, result)
6953
6948
  result = val[2]
6954
6949
  yyerror "Can't define single method for literals." if
6955
6950
  result.sexp_type == :lit
@@ -6957,17 +6952,17 @@ def _reduce_607(val, _values, result)
6957
6952
  result
6958
6953
  end
6959
6954
 
6960
- def _reduce_608(val, _values, result)
6955
+ def _reduce_607(val, _values, result)
6961
6956
  result = s(:array).line lexer.lineno
6962
6957
 
6963
6958
  result
6964
6959
  end
6965
6960
 
6966
- # reduce 609 omitted
6961
+ # reduce 608 omitted
6967
6962
 
6968
- # reduce 610 omitted
6963
+ # reduce 609 omitted
6969
6964
 
6970
- def _reduce_611(val, _values, result)
6965
+ def _reduce_610(val, _values, result)
6971
6966
  list = val[0].dup
6972
6967
  more = val[2].sexp_body
6973
6968
  list.push(*more) unless more.empty?
@@ -6977,14 +6972,14 @@ def _reduce_611(val, _values, result)
6977
6972
  result
6978
6973
  end
6979
6974
 
6980
- def _reduce_612(val, _values, result)
6975
+ def _reduce_611(val, _values, result)
6981
6976
  v1, _, v2 = val
6982
6977
  result = s(:array, v1, v2).line v1.line
6983
6978
 
6984
6979
  result
6985
6980
  end
6986
6981
 
6987
- def _reduce_613(val, _values, result)
6982
+ def _reduce_612(val, _values, result)
6988
6983
  (label, line), arg = val
6989
6984
 
6990
6985
  lit = s(:lit, label.to_sym).line line
@@ -6993,7 +6988,7 @@ def _reduce_613(val, _values, result)
6993
6988
  result
6994
6989
  end
6995
6990
 
6996
- def _reduce_614(val, _values, result)
6991
+ def _reduce_613(val, _values, result)
6997
6992
  _, arg = val
6998
6993
  line = arg.line
6999
6994
  result = s(:array, s(:kwsplat, arg).line(line)).line line
@@ -7001,6 +6996,8 @@ def _reduce_614(val, _values, result)
7001
6996
  result
7002
6997
  end
7003
6998
 
6999
+ # reduce 614 omitted
7000
+
7004
7001
  # reduce 615 omitted
7005
7002
 
7006
7003
  # reduce 616 omitted
@@ -7047,23 +7044,21 @@ end
7047
7044
 
7048
7045
  # reduce 637 omitted
7049
7046
 
7050
- # reduce 638 omitted
7051
-
7052
- def _reduce_639(val, _values, result)
7047
+ def _reduce_638(val, _values, result)
7053
7048
  yyerrok
7054
7049
  result
7055
7050
  end
7056
7051
 
7057
- # reduce 640 omitted
7052
+ # reduce 639 omitted
7058
7053
 
7059
- # reduce 641 omitted
7054
+ # reduce 640 omitted
7060
7055
 
7061
- def _reduce_642(val, _values, result)
7056
+ def _reduce_641(val, _values, result)
7062
7057
  yyerrok
7063
7058
  result
7064
7059
  end
7065
7060
 
7066
- def _reduce_643(val, _values, result)
7061
+ def _reduce_642(val, _values, result)
7067
7062
  result = nil;
7068
7063
  result
7069
7064
  end