Implement SUPER NODE locations

This commit is contained in:
ydah 2024-09-27 23:55:48 +09:00 committed by Yudai Takada
parent 5cc4240dda
commit c22b0598b0
Notes: git 2025-01-03 14:03:23 +00:00
5 changed files with 35 additions and 6 deletions

View file

@ -541,6 +541,9 @@ typedef struct RNode_SUPER {
NODE node;
struct RNode *nd_args;
rb_code_location_t keyword_loc;
rb_code_location_t lparen_loc;
rb_code_location_t rparen_loc;
} rb_node_super_t;
typedef struct RNode_ZSUPER {