Skip to content

Commit

Permalink
Merge pull request ruby#520 from yui-knk/format
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
yui-knk authored Jan 21, 2025
2 parents 7e0aee8 + a87d5a1 commit 5c09fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lrama/digraph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ module Lrama
#
# `compute_read_sets` and `compute_follow_sets` have the same structure.
# Graph of gotos and attributes of gotos are given then compute propagated attributes for each node.
#
# In the case of `compute_read_sets`:
#
# * Set of gotos is nodes of graph
# * `reads_relation` is edges of graph
# * `direct_read_sets` is nodes attributes
#
# In the case of `compute_follow_sets`:
#
# * Set of gotos is nodes of graph
# * `includes_relation` is edges of graph
# * `read_sets` is nodes attributes
Expand Down
2 changes: 2 additions & 0 deletions sig/generated/lrama/digraph.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ module Lrama
#
# `compute_read_sets` and `compute_follow_sets` have the same structure.
# Graph of gotos and attributes of gotos are given then compute propagated attributes for each node.
#
# In the case of `compute_read_sets`:
#
# * Set of gotos is nodes of graph
# * `reads_relation` is edges of graph
# * `direct_read_sets` is nodes attributes
#
# In the case of `compute_follow_sets`:
#
# * Set of gotos is nodes of graph
# * `includes_relation` is edges of graph
# * `read_sets` is nodes attributes
Expand Down

0 comments on commit 5c09fb2

Please sign in to comment.