diff options
author | ydah <[email protected]> | 2024-09-27 02:32:27 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-28 20:53:09 +0900 |
commit | 8f678d69895d8b0562a52925a1840b698e021f56 () | |
tree | 2bd7e499963b8403646b9940b1f0ff509c7bb96c /rubyparser.h | |
parent | 027ef60500c43fecbd4784cf24a99f6955606567 (diff) |
Implement OP_ASGN2 NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11702
-rw-r--r-- | rubyparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -469,6 +469,9 @@ typedef struct RNode_OP_ASGN2 { ID nd_vid; ID nd_mid; bool nd_aid; } rb_node_op_asgn2_t; typedef struct RNode_OP_ASGN_AND { |