Implement AND/OR NODE operator locations

This commit is contained in:
ydah 2024-09-05 11:07:13 +09:00 committed by Yuichiro Kaneko
parent 294dad22d7
commit 32680f543c
Notes: git 2024-09-05 04:03:46 +00:00
5 changed files with 39 additions and 11 deletions

View file

@ -382,6 +382,7 @@ typedef struct {
struct RNode *nd_1st;
struct RNode *nd_2nd;
rb_code_location_t operator_loc;
} rb_node_and_t, rb_node_or_t;
typedef struct RNode_MASGN {