Implement CASE3 NODE keyword locations

This commit is contained in:
ydah 2024-09-22 00:22:59 +09:00 committed by Yuichiro Kaneko
parent 5334766beb
commit b811a9a097
Notes: git 2024-09-23 00:19:54 +00:00
5 changed files with 23 additions and 7 deletions

View file

@ -301,6 +301,8 @@ typedef struct RNode_CASE3 {
struct RNode *nd_head;
struct RNode *nd_body;
rb_code_location_t case_keyword_loc;
rb_code_location_t end_keyword_loc;
} rb_node_case3_t;
typedef struct RNode_WHEN {