Implement COLON2 NODE locations

This commit is contained in:
ydah 2024-11-03 01:29:43 +09:00 committed by Yudai Takada
parent 2d96400c26
commit c584790bde
Notes: git 2025-06-15 13:37:34 +00:00
5 changed files with 31 additions and 11 deletions

View file

@ -915,6 +915,8 @@ typedef struct RNode_COLON2 {
struct RNode *nd_head;
ID nd_mid;
rb_code_location_t delimiter_loc;
rb_code_location_t name_loc;
} rb_node_colon2_t;
typedef struct RNode_COLON3 {