brakeman 5.0.2 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +6 -0
- data/bundle/load.rb +0 -1
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby20_parser.rb +278 -273
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby20_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby21_parser.rb +291 -286
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby21_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby22_parser.rb +297 -292
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby22_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby23_parser.rb +295 -290
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby23_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby24_parser.rb +296 -291
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby24_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby25_parser.rb +297 -292
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby25_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby26_parser.rb +301 -296
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby26_parser.y +3 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby27_parser.rb +2528 -2480
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby27_parser.y +26 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby30_parser.rb +2528 -2480
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby30_parser.y +26 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/lib/ruby_parser.yy +30 -0
- data/bundle/ruby/2.7.0/gems/ruby_parser-3.16.0/tools/ripper.rb +1 -1
- data/lib/brakeman.rb +0 -4
- data/lib/brakeman/checks/check_detailed_exceptions.rb +1 -1
- data/lib/brakeman/checks/check_evaluation.rb +1 -1
- data/lib/brakeman/checks/check_sql.rb +2 -15
- data/lib/brakeman/checks/check_verb_confusion.rb +1 -1
- data/lib/brakeman/file_parser.rb +14 -36
- data/lib/brakeman/options.rb +1 -1
- data/lib/brakeman/processors/alias_processor.rb +7 -52
- data/lib/brakeman/processors/controller_alias_processor.rb +43 -6
- data/lib/brakeman/processors/lib/call_conversion_helper.rb +0 -10
- data/lib/brakeman/processors/library_processor.rb +0 -9
- data/lib/brakeman/report.rb +1 -4
- data/lib/brakeman/report/ignore/interactive.rb +1 -1
- data/lib/brakeman/scanner.rb +0 -3
- data/lib/brakeman/tracker.rb +4 -33
- data/lib/brakeman/tracker/collection.rb +5 -27
- data/lib/brakeman/util.rb +0 -8
- data/lib/brakeman/version.rb +1 -1
- metadata +2 -8
- data/bundle/ruby/2.7.0/gems/parallel-1.20.1/MIT-LICENSE.txt +0 -20
- data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel.rb +0 -523
- data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel/processor_count.rb +0 -42
- data/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib/parallel/version.rb +0 -3
- data/lib/brakeman/report/report_github.rb +0 -31
- data/lib/brakeman/tracker/method_info.rb +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa3147870338b25c97636b69bfe348a0aa0f1bf4290805ee34ac556ace55710c
|
4
|
+
data.tar.gz: cab67f9be642946198e181ff405761bc83ab47d605b2e5fc01fa3e8c7bc5cb3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed25e24cca309f7193aeac729d72dfc711f15e40768e319888a47c48d4c35ab796bc9b5f28caa8903c796790dc1d11ae8084f3eda2b48d3bda45452592fce401
|
7
|
+
data.tar.gz: '095c99209d673db3ff5c74454409ff9bf5eba116cc0b10d7a209a306efbf50b5fc74a652b92318494f8761685dd8cd8c9a0cfaac96ac5f27ffbeb8e8e19c1386'
|
data/CHANGES.md
CHANGED
data/bundle/load.rb
CHANGED
@@ -8,7 +8,6 @@ $:.unshift "#{path}/bundle/ruby/2.7.0/gems/highline-2.0.3/lib"
|
|
8
8
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/ruby2ruby-2.4.4/lib"
|
9
9
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/terminal-table-1.8.0/lib"
|
10
10
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/sexp_processor-4.15.3/lib"
|
11
|
-
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/parallel-1.20.1/lib"
|
12
11
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/ruby_parser-legacy-1.0.0/lib"
|
13
12
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/erubis-2.7.0/lib"
|
14
13
|
$:.unshift "#{path}/bundle/ruby/2.7.0/gems/haml-5.2.1/lib"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#
|
2
2
|
# DO NOT MODIFY!!!!
|
3
|
-
# This file is automatically generated by Racc 1.
|
3
|
+
# This file is automatically generated by Racc 1.4.16
|
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,-
|
33
|
+
'-102,-100,-104,-102,-107,-106,852,-527,-618,-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,-
|
36
|
+
'-80,-444,124,-615,-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,-
|
40
|
-
'721,-104,283,-444,-104,-524,-527,-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',
|
41
41
|
'-524,-303,-104,878,-527,603,125,-527,-303,-303,-303,124,582,-539,-303',
|
42
|
-
'-303,-444,-303,-
|
42
|
+
'-303,-444,-303,-615,-103,-105,-534,-116,584,-533,628,627,-99,-534,-616',
|
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,-
|
45
|
-
'575,574,573,816,576,-
|
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',
|
46
46
|
'-303,-303,-303,-303,-303,-303,-527,401,-303,-303,-303,-115,668,-527',
|
47
|
-
'585,418,-303,423,-
|
48
|
-
'-303,-303,-303,-303,-303,923,-303,-
|
49
|
-
'-
|
50
|
-
'-
|
51
|
-
'-
|
52
|
-
'904,626,504,-111,631,-115,-
|
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',
|
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,-
|
55
|
-
'-
|
56
|
-
'514,-
|
57
|
-
'-
|
58
|
-
'574,573,582,576,-101,470,-
|
59
|
-
'-110,-536,-
|
60
|
-
'-
|
61
|
-
'591,222,223,722,-
|
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',
|
62
62
|
'573,722,576,746,724,575,574,573,249,576,335,336,251,250,247,248,289',
|
63
|
-
'585,232,-
|
64
|
-
'-
|
65
|
-
'-
|
66
|
-
'-
|
67
|
-
'603,-
|
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',
|
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,-
|
85
|
-
'-304,-303,-279,804,-114,-
|
86
|
-
'580,746,821,575,574,573,272,576,-
|
87
|
-
'517,519,-
|
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',
|
88
88
|
'709,251,250,247,248,772,742,253,252,254,252,232,585,869,774,232,878',
|
89
|
-
'-
|
90
|
-
'-303,-304,-
|
91
|
-
'232,-303,-304,-
|
92
|
-
'-
|
93
|
-
'-
|
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',
|
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,-
|
105
|
-
'999,1008,575,574,573,718,576,718,999,580,575,574,573,-
|
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',
|
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,-
|
117
|
-
',-
|
118
|
-
'262,263,,-
|
119
|
-
'247,248,232,,,,,,,,585,,-
|
120
|
-
'-
|
121
|
-
',-
|
122
|
-
',,,,,,,,,,,,-
|
123
|
-
'-
|
124
|
-
'-
|
125
|
-
',-
|
126
|
-
',,-
|
127
|
-
'-
|
128
|
-
',,,,,-
|
129
|
-
',,-
|
130
|
-
'263,,-
|
131
|
-
',,,,,,,,585,,-
|
132
|
-
'-
|
133
|
-
',-
|
134
|
-
'573,582,576,,,,,,-
|
135
|
-
'-
|
136
|
-
',-
|
137
|
-
'574,573,923,576,,,584,,,,,585,,584,,,,,,,,,,,-
|
138
|
-
'286,-
|
139
|
-
',-
|
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',
|
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,,-
|
222
|
+
'260,261,,-644,-644,,,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,,-
|
227
|
+
'269,270,264,265,260,261,,-644,-644,,,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,-
|
232
|
+
'252,-644,-644,-644,-644,269,270,,,-644,-644,,,,,,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,-
|
237
|
+
',45,46,44,252,-644,-644,-644,-644,269,270,,,-644,-644,,,,,,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,-
|
242
|
+
'120,,105,106,,45,46,44,252,-644,-644,-644,-644,269,270,,,-644,-644,',
|
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,-
|
248
|
-
'-
|
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',
|
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,-
|
253
|
-
'269,270,,,-
|
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',
|
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,-
|
258
|
-
'-
|
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',
|
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, -
|
1913
|
-
-9, -
|
1914
|
-
-294, -51, -
|
1915
|
-
-273, -273, -309, -343, -344, -79, -
|
1916
|
-
-
|
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,
|
1917
1917
|
-246, -285, -286, -287, -288, -289, -290, -291, -292, -293,
|
1918
|
-
-
|
1919
|
-
-58, -
|
1918
|
+
-617, -296, -298, -305, -307, -317, -423, -644, -644, -58,
|
1919
|
+
-58, -630, -644, -327, -334, -644, -345, -346, -348, -349,
|
1920
1920
|
-350, -351, -352, -353, -354, -355, -356, -357, -366, -468,
|
1921
|
-
-469, -470, -471, -472, -473, -
|
1922
|
-
-486, -
|
1923
|
-
-
|
1924
|
-
-541, 1088, -3, -
|
1925
|
-
-
|
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,
|
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, -
|
1934
|
-
-
|
1935
|
-
-
|
1936
|
-
-
|
1937
|
-
-
|
1938
|
-
-
|
1939
|
-
-250, -
|
1940
|
-
-316, -358, -
|
1941
|
-
-76, -253, -268, -
|
1942
|
-
-
|
1943
|
-
-81, -
|
1944
|
-
-
|
1945
|
-
-
|
1946
|
-
-
|
1947
|
-
-568, -57, -
|
1948
|
-
-536, -537, -
|
1949
|
-
-
|
1950
|
-
-337, -
|
1951
|
-
-500, -
|
1952
|
-
-494, -
|
1953
|
-
-6, -
|
1954
|
-
-25, -26, -27, -132, -
|
1955
|
-
-37, -
|
1956
|
-
-52, -53, -42, -207, -258, -
|
1957
|
-
-
|
1958
|
-
-441, -
|
1959
|
-
-
|
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,
|
1960
1960
|
-220, -221, -222, -223, -228, -229, -230, -231, -233, -234,
|
1961
|
-
-235, -236, -237, -240, -241, -242, -243, -
|
1962
|
-
-453, -273, -
|
1963
|
-
-
|
1964
|
-
-279, -
|
1965
|
-
-85, -
|
1966
|
-
-
|
1967
|
-
-
|
1968
|
-
-
|
1969
|
-
-553, -553, -567, -
|
1970
|
-
-
|
1971
|
-
-
|
1972
|
-
-
|
1973
|
-
-117, -118, -
|
1974
|
-
-340, -
|
1975
|
-
-501, -478, -503, -479, -480, -
|
1976
|
-
-490, -491, -
|
1977
|
-
-34, -284, -
|
1978
|
-
-265, -267, -
|
1979
|
-
-72, -438, -314, -
|
1980
|
-
-430, -
|
1981
|
-
-
|
1982
|
-
-94, -
|
1983
|
-
-
|
1984
|
-
-255, -
|
1985
|
-
-
|
1986
|
-
-
|
1987
|
-
-
|
1988
|
-
-
|
1989
|
-
-118, -119, -
|
1990
|
-
-
|
1991
|
-
-487, -495, -497, -
|
1992
|
-
-
|
1993
|
-
-71, -46, -212, -47, -211, -73, -
|
1994
|
-
-444, -
|
1995
|
-
-446, -
|
1996
|
-
-13, -15, -361, -363, -
|
1997
|
-
-
|
1998
|
-
-553, -553, -
|
1999
|
-
-387, -
|
2000
|
-
-60, -324, -
|
2001
|
-
-
|
2002
|
-
-510, -511, -512, -
|
2003
|
-
-266, -
|
2004
|
-
-
|
2005
|
-
-466, -
|
2006
|
-
-
|
2007
|
-
-381, -385, -
|
2008
|
-
-326, -444, -
|
2009
|
-
-508, -
|
2010
|
-
-409, -414, -
|
2011
|
-
-109, -
|
2012
|
-
-422, -553, -553, -553, -553, -383, -
|
2013
|
-
-280, -
|
2014
|
-
-
|
2015
|
-
-14, -460, -
|
2016
|
-
-557, -559, -562, -
|
2017
|
-
-
|
2018
|
-
-410, -303, -
|
2019
|
-
-553, -384, -373, -333, -342, -
|
2020
|
-
-555, -
|
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 ]
|
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,
|
2141
|
+
'35,34,172,64,100,88,34,34,88,218,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
|
-
'
|
2144
|
-
'193,165,3,34,34,34,34,34,
|
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',
|
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
|
-
'
|
2148
|
+
'214,164,37,163,88,88,218,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,
|
2151
|
+
'160,188,190,64,100,191,82,6,218,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,
|
2154
|
-
'34,,,59,6,6,37,,60,192,82,34,,,8,,159,,36,,,9,34,34,34,
|
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',
|
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,
|
2158
|
-
',76,76,12,12,73,,74,159,6,88,
|
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',
|
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, -609,
|
2263
|
-
-642, nil, -622, -836, nil, nil, -55, -439 ]
|
2262
|
+
-315, 211, -459, -266, nil, nil, 247, -408, nil, -609,
|
2263
|
+
-403, -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,
|
2287
|
-
924, 586, 587, 925, 590, 593, nil, 299 ]
|
2286
|
+
nil, nil, nil, 859, 782, 566, nil, 570, nil, 581,
|
2287
|
+
583, 924, 586, 587, 925, 590, 593, nil, 299 ]
|
2288
2288
|
|
2289
2289
|
racc_reduce_table = [
|
2290
2290
|
0, 0, :racc_error,
|
@@ -2856,51 +2856,52 @@ racc_reduce_table = [
|
|
2856
2856
|
4, 314, :_reduce_566,
|
2857
2857
|
1, 314, :_reduce_567,
|
2858
2858
|
0, 314, :_reduce_568,
|
2859
|
-
1,
|
2859
|
+
1, 352, :_reduce_none,
|
2860
2860
|
1, 309, :_reduce_570,
|
2861
2861
|
1, 309, :_reduce_571,
|
2862
2862
|
1, 309, :_reduce_572,
|
2863
|
+
1, 309, :_reduce_573,
|
2863
2864
|
1, 291, :_reduce_none,
|
2864
|
-
1, 291, :
|
2865
|
-
1,
|
2866
|
-
3,
|
2867
|
-
1, 301, :
|
2868
|
-
3, 301, :
|
2869
|
-
2, 353, :_reduce_579,
|
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,
|
2870
2870
|
2, 354, :_reduce_580,
|
2871
|
+
2, 355, :_reduce_581,
|
2871
2872
|
1, 295, :_reduce_none,
|
2872
|
-
3, 295, :
|
2873
|
+
3, 295, :_reduce_583,
|
2873
2874
|
1, 349, :_reduce_none,
|
2874
|
-
3, 349, :
|
2875
|
-
1,
|
2876
|
-
1,
|
2877
|
-
2, 296, :
|
2878
|
-
1, 296, :
|
2879
|
-
3, 356, :_reduce_589,
|
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,
|
2880
2880
|
3, 357, :_reduce_590,
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
|
2885
|
-
|
2886
|
-
1, 358, :_reduce_none,
|
2887
|
-
2, 303, :_reduce_597,
|
2888
|
-
1, 303, :_reduce_598,
|
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,
|
2889
2886
|
1, 359, :_reduce_none,
|
2890
2887
|
1, 359, :_reduce_none,
|
2891
|
-
2,
|
2892
|
-
|
2893
|
-
|
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,
|
2894
2895
|
1, 266, :_reduce_none,
|
2895
|
-
0,
|
2896
|
-
4, 266, :
|
2897
|
-
1, 245, :
|
2896
|
+
0, 361, :_reduce_606,
|
2897
|
+
4, 266, :_reduce_607,
|
2898
|
+
1, 245, :_reduce_608,
|
2898
2899
|
2, 245, :_reduce_none,
|
2899
2900
|
1, 228, :_reduce_none,
|
2900
|
-
3, 228, :
|
2901
|
-
3,
|
2902
|
-
2,
|
2903
|
-
2,
|
2901
|
+
3, 228, :_reduce_611,
|
2902
|
+
3, 362, :_reduce_612,
|
2903
|
+
2, 362, :_reduce_613,
|
2904
|
+
2, 362, :_reduce_614,
|
2904
2905
|
1, 199, :_reduce_none,
|
2905
2906
|
1, 199, :_reduce_none,
|
2906
2907
|
1, 199, :_reduce_none,
|
@@ -2925,13 +2926,13 @@ racc_reduce_table = [
|
|
2925
2926
|
0, 227, :_reduce_none,
|
2926
2927
|
1, 227, :_reduce_none,
|
2927
2928
|
1, 227, :_reduce_none,
|
2928
|
-
1, 262, :
|
2929
|
+
1, 262, :_reduce_639,
|
2929
2930
|
1, 262, :_reduce_none,
|
2930
2931
|
1, 152, :_reduce_none,
|
2931
|
-
2, 152, :
|
2932
|
-
0, 150, :
|
2932
|
+
2, 152, :_reduce_642,
|
2933
|
+
0, 150, :_reduce_643 ]
|
2933
2934
|
|
2934
|
-
racc_reduce_n =
|
2935
|
+
racc_reduce_n = 644
|
2935
2936
|
|
2936
2937
|
racc_shift_n = 1088
|
2937
2938
|
|
@@ -3454,6 +3455,7 @@ Racc_token_to_s_table = [
|
|
3454
3455
|
"f_kwarg",
|
3455
3456
|
"opt_args_tail",
|
3456
3457
|
"f_optarg",
|
3458
|
+
"args_forward",
|
3457
3459
|
"f_arg_item",
|
3458
3460
|
"f_kw",
|
3459
3461
|
"f_block_kw",
|
@@ -6717,33 +6719,35 @@ def _reduce_568(val, _values, result)
|
|
6717
6719
|
result
|
6718
6720
|
end
|
6719
6721
|
|
6720
|
-
|
6722
|
+
# reduce 569 omitted
|
6723
|
+
|
6724
|
+
def _reduce_570(val, _values, result)
|
6721
6725
|
yyerror "formal argument cannot be a constant"
|
6722
6726
|
|
6723
6727
|
result
|
6724
6728
|
end
|
6725
6729
|
|
6726
|
-
def
|
6730
|
+
def _reduce_571(val, _values, result)
|
6727
6731
|
yyerror "formal argument cannot be an instance variable"
|
6728
6732
|
|
6729
6733
|
result
|
6730
6734
|
end
|
6731
6735
|
|
6732
|
-
def
|
6736
|
+
def _reduce_572(val, _values, result)
|
6733
6737
|
yyerror "formal argument cannot be a global variable"
|
6734
6738
|
|
6735
6739
|
result
|
6736
6740
|
end
|
6737
6741
|
|
6738
|
-
def
|
6742
|
+
def _reduce_573(val, _values, result)
|
6739
6743
|
yyerror "formal argument cannot be a class variable"
|
6740
6744
|
|
6741
6745
|
result
|
6742
6746
|
end
|
6743
6747
|
|
6744
|
-
# reduce
|
6748
|
+
# reduce 574 omitted
|
6745
6749
|
|
6746
|
-
def
|
6750
|
+
def _reduce_575(val, _values, result)
|
6747
6751
|
identifier = val[0].to_sym
|
6748
6752
|
self.env[identifier] = :lvar
|
6749
6753
|
|
@@ -6752,15 +6756,15 @@ def _reduce_574(val, _values, result)
|
|
6752
6756
|
result
|
6753
6757
|
end
|
6754
6758
|
|
6755
|
-
# reduce
|
6759
|
+
# reduce 576 omitted
|
6756
6760
|
|
6757
|
-
def
|
6761
|
+
def _reduce_577(val, _values, result)
|
6758
6762
|
result = val[1]
|
6759
6763
|
|
6760
6764
|
result
|
6761
6765
|
end
|
6762
6766
|
|
6763
|
-
def
|
6767
|
+
def _reduce_578(val, _values, result)
|
6764
6768
|
arg, = val
|
6765
6769
|
|
6766
6770
|
case arg
|
@@ -6776,7 +6780,7 @@ def _reduce_577(val, _values, result)
|
|
6776
6780
|
result
|
6777
6781
|
end
|
6778
6782
|
|
6779
|
-
def
|
6783
|
+
def _reduce_579(val, _values, result)
|
6780
6784
|
list, _, item = val
|
6781
6785
|
|
6782
6786
|
if list.sexp_type == :args then
|
@@ -6790,7 +6794,7 @@ def _reduce_578(val, _values, result)
|
|
6790
6794
|
result
|
6791
6795
|
end
|
6792
6796
|
|
6793
|
-
def
|
6797
|
+
def _reduce_580(val, _values, result)
|
6794
6798
|
# TODO: new_kw_arg
|
6795
6799
|
(label, line), arg = val
|
6796
6800
|
|
@@ -6803,7 +6807,7 @@ def _reduce_579(val, _values, result)
|
|
6803
6807
|
result
|
6804
6808
|
end
|
6805
6809
|
|
6806
|
-
def
|
6810
|
+
def _reduce_581(val, _values, result)
|
6807
6811
|
# TODO: new_kw_arg
|
6808
6812
|
(label, line), expr = val
|
6809
6813
|
id = label.to_sym
|
@@ -6814,28 +6818,28 @@ def _reduce_580(val, _values, result)
|
|
6814
6818
|
result
|
6815
6819
|
end
|
6816
6820
|
|
6817
|
-
# reduce
|
6821
|
+
# reduce 582 omitted
|
6818
6822
|
|
6819
|
-
def
|
6823
|
+
def _reduce_583(val, _values, result)
|
6820
6824
|
list, _, item = val
|
6821
6825
|
result = list << item.last
|
6822
6826
|
|
6823
6827
|
result
|
6824
6828
|
end
|
6825
6829
|
|
6826
|
-
# reduce
|
6830
|
+
# reduce 584 omitted
|
6827
6831
|
|
6828
|
-
def
|
6832
|
+
def _reduce_585(val, _values, result)
|
6829
6833
|
result = args val
|
6830
6834
|
|
6831
6835
|
result
|
6832
6836
|
end
|
6833
6837
|
|
6834
|
-
# reduce 585 omitted
|
6835
|
-
|
6836
6838
|
# reduce 586 omitted
|
6837
6839
|
|
6838
|
-
|
6840
|
+
# reduce 587 omitted
|
6841
|
+
|
6842
|
+
def _reduce_588(val, _values, result)
|
6839
6843
|
name = val[1].to_sym
|
6840
6844
|
self.assignable name
|
6841
6845
|
result = :"**#{name}"
|
@@ -6843,33 +6847,34 @@ def _reduce_587(val, _values, result)
|
|
6843
6847
|
result
|
6844
6848
|
end
|
6845
6849
|
|
6846
|
-
def
|
6850
|
+
def _reduce_589(val, _values, result)
|
6847
6851
|
result = :"**"
|
6852
|
+
self.env[result] = :lvar
|
6848
6853
|
|
6849
6854
|
result
|
6850
6855
|
end
|
6851
6856
|
|
6852
|
-
def
|
6857
|
+
def _reduce_590(val, _values, result)
|
6853
6858
|
result = self.assignable val[0], val[2]
|
6854
6859
|
# TODO: detect duplicate names
|
6855
6860
|
|
6856
6861
|
result
|
6857
6862
|
end
|
6858
6863
|
|
6859
|
-
def
|
6864
|
+
def _reduce_591(val, _values, result)
|
6860
6865
|
result = self.assignable val[0], val[2]
|
6861
6866
|
|
6862
6867
|
result
|
6863
6868
|
end
|
6864
6869
|
|
6865
|
-
def
|
6870
|
+
def _reduce_592(val, _values, result)
|
6866
6871
|
optblk, = val
|
6867
6872
|
result = s(:block, optblk).line optblk.line
|
6868
6873
|
|
6869
6874
|
result
|
6870
6875
|
end
|
6871
6876
|
|
6872
|
-
def
|
6877
|
+
def _reduce_593(val, _values, result)
|
6873
6878
|
optarg, _, optblk = val
|
6874
6879
|
result = optarg
|
6875
6880
|
result << optblk
|
@@ -6877,24 +6882,24 @@ def _reduce_592(val, _values, result)
|
|
6877
6882
|
result
|
6878
6883
|
end
|
6879
6884
|
|
6880
|
-
def
|
6885
|
+
def _reduce_594(val, _values, result)
|
6881
6886
|
opt, = val
|
6882
6887
|
result = s(:block, opt).line opt.line
|
6883
6888
|
|
6884
6889
|
result
|
6885
6890
|
end
|
6886
6891
|
|
6887
|
-
def
|
6892
|
+
def _reduce_595(val, _values, result)
|
6888
6893
|
result = self.block_append val[0], val[2]
|
6889
6894
|
|
6890
6895
|
result
|
6891
6896
|
end
|
6892
6897
|
|
6893
|
-
# reduce 595 omitted
|
6894
|
-
|
6895
6898
|
# reduce 596 omitted
|
6896
6899
|
|
6897
|
-
|
6900
|
+
# reduce 597 omitted
|
6901
|
+
|
6902
|
+
def _reduce_598(val, _values, result)
|
6898
6903
|
# TODO: differs from parse.y - needs tests
|
6899
6904
|
name = val[1].to_sym
|
6900
6905
|
self.assignable name
|
@@ -6903,7 +6908,7 @@ def _reduce_597(val, _values, result)
|
|
6903
6908
|
result
|
6904
6909
|
end
|
6905
6910
|
|
6906
|
-
def
|
6911
|
+
def _reduce_599(val, _values, result)
|
6907
6912
|
name = :"*"
|
6908
6913
|
self.env[name] = :lvar
|
6909
6914
|
result = name
|
@@ -6911,11 +6916,11 @@ def _reduce_598(val, _values, result)
|
|
6911
6916
|
result
|
6912
6917
|
end
|
6913
6918
|
|
6914
|
-
# reduce 599 omitted
|
6915
|
-
|
6916
6919
|
# reduce 600 omitted
|
6917
6920
|
|
6918
|
-
|
6921
|
+
# reduce 601 omitted
|
6922
|
+
|
6923
|
+
def _reduce_602(val, _values, result)
|
6919
6924
|
identifier = val[1].to_sym
|
6920
6925
|
|
6921
6926
|
self.env[identifier] = :lvar
|
@@ -6924,27 +6929,27 @@ def _reduce_601(val, _values, result)
|
|
6924
6929
|
result
|
6925
6930
|
end
|
6926
6931
|
|
6927
|
-
def
|
6932
|
+
def _reduce_603(val, _values, result)
|
6928
6933
|
result = val[1]
|
6929
6934
|
|
6930
6935
|
result
|
6931
6936
|
end
|
6932
6937
|
|
6933
|
-
def
|
6938
|
+
def _reduce_604(val, _values, result)
|
6934
6939
|
result = nil
|
6935
6940
|
|
6936
6941
|
result
|
6937
6942
|
end
|
6938
6943
|
|
6939
|
-
# reduce
|
6944
|
+
# reduce 605 omitted
|
6940
6945
|
|
6941
|
-
def
|
6946
|
+
def _reduce_606(val, _values, result)
|
6942
6947
|
lexer.lex_state = EXPR_BEG
|
6943
6948
|
|
6944
6949
|
result
|
6945
6950
|
end
|
6946
6951
|
|
6947
|
-
def
|
6952
|
+
def _reduce_607(val, _values, result)
|
6948
6953
|
result = val[2]
|
6949
6954
|
yyerror "Can't define single method for literals." if
|
6950
6955
|
result.sexp_type == :lit
|
@@ -6952,17 +6957,17 @@ def _reduce_606(val, _values, result)
|
|
6952
6957
|
result
|
6953
6958
|
end
|
6954
6959
|
|
6955
|
-
def
|
6960
|
+
def _reduce_608(val, _values, result)
|
6956
6961
|
result = s(:array).line lexer.lineno
|
6957
6962
|
|
6958
6963
|
result
|
6959
6964
|
end
|
6960
6965
|
|
6961
|
-
# reduce 608 omitted
|
6962
|
-
|
6963
6966
|
# reduce 609 omitted
|
6964
6967
|
|
6965
|
-
|
6968
|
+
# reduce 610 omitted
|
6969
|
+
|
6970
|
+
def _reduce_611(val, _values, result)
|
6966
6971
|
list = val[0].dup
|
6967
6972
|
more = val[2].sexp_body
|
6968
6973
|
list.push(*more) unless more.empty?
|
@@ -6972,14 +6977,14 @@ def _reduce_610(val, _values, result)
|
|
6972
6977
|
result
|
6973
6978
|
end
|
6974
6979
|
|
6975
|
-
def
|
6980
|
+
def _reduce_612(val, _values, result)
|
6976
6981
|
v1, _, v2 = val
|
6977
6982
|
result = s(:array, v1, v2).line v1.line
|
6978
6983
|
|
6979
6984
|
result
|
6980
6985
|
end
|
6981
6986
|
|
6982
|
-
def
|
6987
|
+
def _reduce_613(val, _values, result)
|
6983
6988
|
(label, line), arg = val
|
6984
6989
|
|
6985
6990
|
lit = s(:lit, label.to_sym).line line
|
@@ -6988,7 +6993,7 @@ def _reduce_612(val, _values, result)
|
|
6988
6993
|
result
|
6989
6994
|
end
|
6990
6995
|
|
6991
|
-
def
|
6996
|
+
def _reduce_614(val, _values, result)
|
6992
6997
|
_, arg = val
|
6993
6998
|
line = arg.line
|
6994
6999
|
result = s(:array, s(:kwsplat, arg).line(line)).line line
|
@@ -6996,8 +7001,6 @@ def _reduce_613(val, _values, result)
|
|
6996
7001
|
result
|
6997
7002
|
end
|
6998
7003
|
|
6999
|
-
# reduce 614 omitted
|
7000
|
-
|
7001
7004
|
# reduce 615 omitted
|
7002
7005
|
|
7003
7006
|
# reduce 616 omitted
|
@@ -7044,21 +7047,23 @@ end
|
|
7044
7047
|
|
7045
7048
|
# reduce 637 omitted
|
7046
7049
|
|
7047
|
-
|
7050
|
+
# reduce 638 omitted
|
7051
|
+
|
7052
|
+
def _reduce_639(val, _values, result)
|
7048
7053
|
yyerrok
|
7049
7054
|
result
|
7050
7055
|
end
|
7051
7056
|
|
7052
|
-
# reduce 639 omitted
|
7053
|
-
|
7054
7057
|
# reduce 640 omitted
|
7055
7058
|
|
7056
|
-
|
7059
|
+
# reduce 641 omitted
|
7060
|
+
|
7061
|
+
def _reduce_642(val, _values, result)
|
7057
7062
|
yyerrok
|
7058
7063
|
result
|
7059
7064
|
end
|
7060
7065
|
|
7061
|
-
def
|
7066
|
+
def _reduce_643(val, _values, result)
|
7062
7067
|
result = nil;
|
7063
7068
|
result
|
7064
7069
|
end
|