diff options
author | yui-knk <[email protected]> | 2024-07-22 16:28:00 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-07-23 14:35:23 +0900 |
commit | 57b11be15ae518288b719fb36068ceb23da6e050 () | |
tree | 9a772e11ab2a75c86a3df1f83e67247751b1679e /rubyparser.h | |
parent | f23485a8d693cb69fd7b84c1ab93cb4198ecfe4a (diff) |
Implement UNLESS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11227
-rw-r--r-- | rubyparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -273,6 +273,9 @@ typedef struct RNode_UNLESS { struct RNode *nd_cond; struct RNode *nd_body; struct RNode *nd_else; } rb_node_unless_t; typedef struct RNode_CASE { |