File tree Expand file tree Collapse file tree 15 files changed +15
-0
lines changed Expand file tree Collapse file tree 15 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Counterexamples
6
6
class Example
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @path1: ::Array[StateItem]
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ module Lrama
29
29
class Digraph
30
30
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
31
31
# Move these type declarations above instance variable definitions, once it's supported.
32
+ # see: https://github.com/soutaro/rbs-inline/pull/149
32
33
#
33
34
# @rbs!
34
35
# interface _Or
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Code
7
7
class DestructorCode < Code
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @tag: Lexer::Token::Tag
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Code
7
7
class PrinterCode < Code
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @tag: Lexer::Token::Tag
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Code
7
7
class RuleAction < Code
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @rule: Rule
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Grammar
6
6
class Counter
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @number: Integer
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Grammar
6
6
class PercentCode
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @name: String
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Grammar
6
6
class RuleBuilder
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @position_in_original_rule_rhs: Integer?
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Grammar
6
6
class Type
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @id: Lexer::Token
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ module Lrama
11
11
class State
12
12
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
13
13
# Move these type declarations above instance variable definitions, once it's supported.
14
+ # see: https://github.com/soutaro/rbs-inline/pull/149
14
15
#
15
16
# @rbs!
16
17
# type conflict = State::ShiftReduceConflict | State::ReduceReduceConflict
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Action
7
7
class Goto
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @from_state: State
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Action
7
7
class Reduce
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @item: States::Item
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ class Action
7
7
class Shift
8
8
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
9
9
# Move these type declarations above instance variable definitions, once it's supported.
10
+ # see: https://github.com/soutaro/rbs-inline/pull/149
10
11
#
11
12
# @rbs!
12
13
# @from_state: State
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module Lrama
13
13
class States
14
14
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
15
15
# Move these type declarations above instance variable definitions, once it's supported.
16
+ # see: https://github.com/soutaro/rbs-inline/pull/149
16
17
#
17
18
# @rbs!
18
19
# type state_id = Integer
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class Tracer
6
6
module Duration
7
7
# TODO: rbs-inline 0.11.0 doesn't support instance variables.
8
8
# Move these type declarations above instance variable definitions, once it's supported.
9
+ # see: https://github.com/soutaro/rbs-inline/pull/149
9
10
#
10
11
# @rbs!
11
12
# @_report_duration_enabled: bool
You can’t perform that action at this time.
0 commit comments