ruby-next-parser 2.8.0.1 → 2.8.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/parser/ruby-next/version.rb +1 -1
- data/lib/parser/rubynext.rb +8 -8
- data/lib/parser/rubynext.y +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 269a26f7e61ba316923f6baf805429bcd4072615765700b55d57d18b3243ef57
|
4
|
+
data.tar.gz: 5683439f31315151ab984c6fdfee064204d4c65cb5847f2385a2074806ef4132
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0283462d43f6455de918eea2df8a38f4d379b4a2fdfcecfa5c5999ef33f502a4874e3b234528e5af41724638f253b0d2655ceaef70b465cdbc32fd6dfbd00f8a'
|
7
|
+
data.tar.gz: 002d71dcb15cc5a8a96e4525ad8b242ff000051aa4f548b5457ac663fb683e2e5dc9f5e0b90f8083adcd45fc8b61a3986939c1a58fa7080002148c8166295c75
|
data/lib/parser/rubynext.rb
CHANGED
@@ -2167,8 +2167,8 @@ racc_action_default = [
|
|
2167
2167
|
-82, -12, -700, -713, -85, -88, -12, -100, -101, -713,
|
2168
2168
|
-713, -108, -312, -315, -700, -713, -609, -609, -339, -340,
|
2169
2169
|
-344, -422, -713, -90, -713, -96, -309, -713, -217, -218,
|
2170
|
-
-580, -226, -227, -713, -239, -713, -
|
2171
|
-
-
|
2170
|
+
-580, -226, -227, -713, -239, -713, -608, -12, -632, -632,
|
2171
|
+
-608, -12, -12, -303, -700, -256, -705, -705, -713, -713,
|
2172
2172
|
-705, -713, -321, -322, -632, -55, -713, -713, -713, -12,
|
2173
2173
|
-12, -698, -713, -699, -597, -598, -713, -713, -299, -713,
|
2174
2174
|
-355, -356, -118, -119, -713, -121, -713, -299, -605, -713,
|
@@ -2186,7 +2186,7 @@ racc_action_default = [
|
|
2186
2186
|
-700, -700, -277, -428, -430, -700, -314, -272, -713, -273,
|
2187
2187
|
-713, -278, -713, -282, -713, -681, -683, -11, -699, -15,
|
2188
2188
|
-17, -700, -81, -307, -97, -86, -713, -700, -266, -713,
|
2189
|
-
-713, -107, -713, -
|
2189
|
+
-713, -107, -713, -608, -580, -713, -93, -98, -713, -713,
|
2190
2190
|
-713, -713, -254, -244, -713, -713, -529, -713, -700, -700,
|
2191
2191
|
-673, -673, -673, -615, -617, -617, -617, -631, -633, -634,
|
2192
2192
|
-635, -636, -637, -638, -639, -640, -641, -713, -643, -645,
|
@@ -2207,7 +2207,7 @@ racc_action_default = [
|
|
2207
2207
|
-412, -428, -262, -263, -713, -390, -713, -313, -280, -279,
|
2208
2208
|
-283, -713, -679, -680, -713, -14, -83, -713, -89, -95,
|
2209
2209
|
-700, -687, -688, -264, -691, -106, -713, -91, -713, -211,
|
2210
|
-
-225, -700, -246, -712, -712, -337, -606, -
|
2210
|
+
-225, -700, -246, -712, -712, -337, -606, -607, -713, -612,
|
2211
2211
|
-613, -713, -614, -713, -624, -713, -627, -713, -629, -713,
|
2212
2212
|
-357, -713, -359, -361, -364, -367, -700, -646, -656, -657,
|
2213
2213
|
-667, -671, -610, -247, -338, -302, -304, -306, -705, -713,
|
@@ -3160,8 +3160,8 @@ racc_reduce_table = [
|
|
3160
3160
|
4, 259, :_reduce_604,
|
3161
3161
|
0, 259, :_reduce_605,
|
3162
3162
|
3, 226, :_reduce_606,
|
3163
|
+
3, 226, :_reduce_607,
|
3163
3164
|
1, 261, :_reduce_none,
|
3164
|
-
3, 261, :_reduce_608,
|
3165
3165
|
0, 358, :_reduce_609,
|
3166
3166
|
3, 261, :_reduce_610,
|
3167
3167
|
4, 357, :_reduce_611,
|
@@ -7300,9 +7300,7 @@ def _reduce_606(val, _values, result)
|
|
7300
7300
|
result
|
7301
7301
|
end
|
7302
7302
|
|
7303
|
-
|
7304
|
-
|
7305
|
-
def _reduce_608(val, _values, result)
|
7303
|
+
def _reduce_607(val, _values, result)
|
7306
7304
|
result = @builder.forward_args(val[0], val[1], val[2])
|
7307
7305
|
@static_env.declare_forward_args
|
7308
7306
|
|
@@ -7311,6 +7309,8 @@ def _reduce_608(val, _values, result)
|
|
7311
7309
|
result
|
7312
7310
|
end
|
7313
7311
|
|
7312
|
+
# reduce 608 omitted
|
7313
|
+
|
7314
7314
|
def _reduce_609(val, _values, result)
|
7315
7315
|
result = @lexer.in_kwarg
|
7316
7316
|
@lexer.in_kwarg = true
|
data/lib/parser/rubynext.y
CHANGED
@@ -2555,8 +2555,6 @@ keyword_variable: kNIL
|
|
2555
2555
|
result = @builder.args(val[0], val[1], val[2])
|
2556
2556
|
@lexer.state = :expr_value
|
2557
2557
|
}
|
2558
|
-
|
2559
|
-
f_arglist: f_paren_args
|
2560
2558
|
| tLPAREN2 args_forward rparen
|
2561
2559
|
{
|
2562
2560
|
result = @builder.forward_args(val[0], val[1], val[2])
|
@@ -2564,6 +2562,8 @@ keyword_variable: kNIL
|
|
2564
2562
|
|
2565
2563
|
@lexer.state = :expr_value
|
2566
2564
|
}
|
2565
|
+
|
2566
|
+
f_arglist: f_paren_args
|
2567
2567
|
| {
|
2568
2568
|
result = @lexer.in_kwarg
|
2569
2569
|
@lexer.in_kwarg = true
|