Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Jan 21, 2025
1 parent 5eadda7 commit a87d5a1
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 a87d5a1

Please sign in to comment.