mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement AND/OR NODE operator locations
This commit is contained in:
parent
294dad22d7
commit
32680f543c
Notes:
git
2024-09-05 04:03:46 +00:00
5 changed files with 39 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue