Implement DOT2 NODE locations

This commit is contained in:
ydah 2024-11-03 00:26:25 +09:00 committed by Yudai Takada
parent a1f010b8e4
commit 88da6856a3
Notes: git 2025-01-04 11:27:59 +00:00
5 changed files with 31 additions and 10 deletions

View file

@ -915,6 +915,7 @@ typedef struct RNode_DOTS {
struct RNode *nd_beg;
struct RNode *nd_end;
rb_code_location_t operator_loc;
} rb_node_dot2_t, rb_node_dot3_t, rb_node_flip2_t, rb_node_flip3_t;
typedef struct RNode_SELF {