diff options
author | ydah <[email protected]> | 2024-11-03 00:26:25 +0900 |
---|---|---|
committer | Yudai Takada <[email protected]> | 2025-01-04 20:27:40 +0900 |
commit | 88da6856a3f5cc6a84a8d1909f56952c605ef0dc () | |
tree | e3d4d59629e43776fe28c7ecdf2d64a03f056474 /rubyparser.h | |
parent | a1f010b8e41f5406a728cc8a75816a0a20bf2174 (diff) |
Implement DOT2 NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11986
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -915,6 +915,7 @@ typedef struct RNode_DOTS { struct RNode *nd_beg; struct RNode *nd_end; } rb_node_dot2_t, rb_node_dot3_t, rb_node_flip2_t, rb_node_flip3_t; typedef struct RNode_SELF { |