mangrove 0.24.0 → 0.29.0

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.
@@ -7,32 +7,32 @@
7
7
  # source://racc//lib/racc/parser.rb#23
8
8
  ParseError = Racc::ParseError
9
9
 
10
- # source://racc//lib/racc/info.rb#16
10
+ # source://racc//lib/racc/info.rb#17
11
11
  Racc::Copyright = T.let(T.unsafe(nil), String)
12
12
 
13
- # source://racc//lib/racc/parser.rb#186
13
+ # source://racc//lib/racc/parser.rb#188
14
14
  class Racc::Parser
15
- # source://racc//lib/racc/parser.rb#281
15
+ # source://racc//lib/racc/parser.rb#283
16
16
  def _racc_do_parse_rb(arg, in_debug); end
17
17
 
18
- # source://racc//lib/racc/parser.rb#481
18
+ # source://racc//lib/racc/parser.rb#483
19
19
  def _racc_do_reduce(arg, act); end
20
20
 
21
21
  # common
22
22
  #
23
- # source://racc//lib/racc/parser.rb#384
23
+ # source://racc//lib/racc/parser.rb#386
24
24
  def _racc_evalact(act, arg); end
25
25
 
26
- # source://racc//lib/racc/parser.rb#234
26
+ # source://racc//lib/racc/parser.rb#236
27
27
  def _racc_init_sysvars; end
28
28
 
29
- # source://racc//lib/racc/parser.rb#222
29
+ # source://racc//lib/racc/parser.rb#224
30
30
  def _racc_setup; end
31
31
 
32
- # source://racc//lib/racc/parser.rb#331
32
+ # source://racc//lib/racc/parser.rb#333
33
33
  def _racc_yyparse_rb(recv, mid, arg, c_debug); end
34
34
 
35
- # source://racc//lib/racc/parser.rb#264
35
+ # source://racc//lib/racc/parser.rb#266
36
36
  def do_parse; end
37
37
 
38
38
  # The method to fetch next token.
@@ -46,7 +46,7 @@ class Racc::Parser
46
46
  #
47
47
  # @raise [NotImplementedError]
48
48
  #
49
- # source://racc//lib/racc/parser.rb#277
49
+ # source://racc//lib/racc/parser.rb#279
50
50
  def next_token; end
51
51
 
52
52
  # This method is called when a parse error is found.
@@ -66,96 +66,96 @@ class Racc::Parser
66
66
  #
67
67
  # @raise [ParseError]
68
68
  #
69
- # source://racc//lib/racc/parser.rb#537
69
+ # source://racc//lib/racc/parser.rb#539
70
70
  def on_error(t, val, vstack); end
71
71
 
72
- # source://racc//lib/racc/parser.rb#586
72
+ # source://racc//lib/racc/parser.rb#588
73
73
  def racc_accept; end
74
74
 
75
- # source://racc//lib/racc/parser.rb#591
75
+ # source://racc//lib/racc/parser.rb#593
76
76
  def racc_e_pop(state, tstack, vstack); end
77
77
 
78
- # source://racc//lib/racc/parser.rb#598
78
+ # source://racc//lib/racc/parser.rb#600
79
79
  def racc_next_state(curstate, state); end
80
80
 
81
- # source://racc//lib/racc/parser.rb#604
81
+ # source://racc//lib/racc/parser.rb#606
82
82
  def racc_print_stacks(t, v); end
83
83
 
84
- # source://racc//lib/racc/parser.rb#613
84
+ # source://racc//lib/racc/parser.rb#615
85
85
  def racc_print_states(s); end
86
86
 
87
87
  # For debugging output
88
88
  #
89
- # source://racc//lib/racc/parser.rb#560
89
+ # source://racc//lib/racc/parser.rb#562
90
90
  def racc_read_token(t, tok, val); end
91
91
 
92
- # source://racc//lib/racc/parser.rb#573
92
+ # source://racc//lib/racc/parser.rb#575
93
93
  def racc_reduce(toks, sim, tstack, vstack); end
94
94
 
95
- # source://racc//lib/racc/parser.rb#567
95
+ # source://racc//lib/racc/parser.rb#569
96
96
  def racc_shift(tok, tstack, vstack); end
97
97
 
98
- # source://racc//lib/racc/parser.rb#620
98
+ # source://racc//lib/racc/parser.rb#622
99
99
  def racc_token2str(tok); end
100
100
 
101
101
  # Convert internal ID of token symbol to the string.
102
102
  #
103
- # source://racc//lib/racc/parser.rb#626
103
+ # source://racc//lib/racc/parser.rb#628
104
104
  def token_to_str(t); end
105
105
 
106
106
  # Exit parser.
107
107
  # Return value is +Symbol_Value_Stack[0]+.
108
108
  #
109
- # source://racc//lib/racc/parser.rb#550
109
+ # source://racc//lib/racc/parser.rb#552
110
110
  def yyaccept; end
111
111
 
112
112
  # Leave error recovering mode.
113
113
  #
114
- # source://racc//lib/racc/parser.rb#555
114
+ # source://racc//lib/racc/parser.rb#557
115
115
  def yyerrok; end
116
116
 
117
117
  # Enter error recovering mode.
118
118
  # This method does not call #on_error.
119
119
  #
120
- # source://racc//lib/racc/parser.rb#544
120
+ # source://racc//lib/racc/parser.rb#546
121
121
  def yyerror; end
122
122
 
123
- # source://racc//lib/racc/parser.rb#326
123
+ # source://racc//lib/racc/parser.rb#328
124
124
  def yyparse(recv, mid); end
125
125
 
126
126
  class << self
127
- # source://racc//lib/racc/parser.rb#218
127
+ # source://racc//lib/racc/parser.rb#220
128
128
  def racc_runtime_type; end
129
129
  end
130
130
  end
131
131
 
132
- # source://racc//lib/racc/parser.rb#207
132
+ # source://racc//lib/racc/parser.rb#209
133
133
  Racc::Parser::Racc_Main_Parsing_Routine = T.let(T.unsafe(nil), Symbol)
134
134
 
135
135
  Racc::Parser::Racc_Runtime_Core_Id_C = T.let(T.unsafe(nil), String)
136
136
 
137
- # source://racc//lib/racc/parser.rb#209
137
+ # source://racc//lib/racc/parser.rb#211
138
138
  Racc::Parser::Racc_Runtime_Core_Version = T.let(T.unsafe(nil), String)
139
139
 
140
140
  Racc::Parser::Racc_Runtime_Core_Version_C = T.let(T.unsafe(nil), String)
141
141
 
142
- # source://racc//lib/racc/parser.rb#189
142
+ # source://racc//lib/racc/parser.rb#191
143
143
  Racc::Parser::Racc_Runtime_Core_Version_R = T.let(T.unsafe(nil), String)
144
144
 
145
- # source://racc//lib/racc/parser.rb#210
145
+ # source://racc//lib/racc/parser.rb#212
146
146
  Racc::Parser::Racc_Runtime_Type = T.let(T.unsafe(nil), String)
147
147
 
148
- # source://racc//lib/racc/parser.rb#188
148
+ # source://racc//lib/racc/parser.rb#190
149
149
  Racc::Parser::Racc_Runtime_Version = T.let(T.unsafe(nil), String)
150
150
 
151
- # source://racc//lib/racc/parser.rb#208
151
+ # source://racc//lib/racc/parser.rb#210
152
152
  Racc::Parser::Racc_YY_Parse_Method = T.let(T.unsafe(nil), Symbol)
153
153
 
154
- # source://racc//lib/racc/parser.rb#183
154
+ # source://racc//lib/racc/parser.rb#185
155
155
  Racc::Racc_No_Extensions = T.let(T.unsafe(nil), FalseClass)
156
156
 
157
- # source://racc//lib/racc/info.rb#14
157
+ # source://racc//lib/racc/info.rb#15
158
158
  Racc::VERSION = T.let(T.unsafe(nil), String)
159
159
 
160
- # source://racc//lib/racc/info.rb#15
160
+ # source://racc//lib/racc/info.rb#16
161
161
  Racc::Version = T.let(T.unsafe(nil), String)