diff options
author | ydah <[email protected]> | 2024-09-27 23:55:48 +0900 |
---|---|---|
committer | Yudai Takada <[email protected]> | 2025-01-03 23:03:04 +0900 |
commit | c22b0598b0dd197a49212e06cfc91e4a3f2e058c () | |
tree | 995b0050ace7bea2cdad77398d293802c57bc3bb /rubyparser.h | |
parent | 5cc4240dda72582456dc271ec580178d070197a9 (diff) |
Implement SUPER NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11712
-rw-r--r-- | rubyparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -541,6 +541,9 @@ typedef struct RNode_SUPER { NODE node; struct RNode *nd_args; } rb_node_super_t; typedef struct RNode_ZSUPER { |