diff options
author | ydah <[email protected]> | 2024-09-05 18:41:10 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-09 10:34:02 +0900 |
commit | d52e599538fb67535c95d86aec89fd7e53c61818 () | |
tree | fcb0fd4bbd8a9db6a598a135a0f0a62f2178ed5d /rubyparser.h | |
parent | b5f12910151f93f5f14057c52ffffa2b2ef09caa (diff) |
Implement WHEN NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11553
-rw-r--r-- | rubyparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -305,6 +305,8 @@ typedef struct RNode_WHEN { struct RNode *nd_head; struct RNode *nd_body; struct RNode *nd_next; } rb_node_when_t; typedef struct RNode_IN { |