mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reuse operation rule for operation2
This commit is contained in:
parent
c0651b4ae1
commit
e6b537e605
Notes:
git
2022-02-12 12:28:27 +09:00
1 changed files with 1 additions and 3 deletions
4
parse.y
4
parse.y
|
@ -5740,9 +5740,7 @@ operation : tIDENTIFIER
|
|||
| tFID
|
||||
;
|
||||
|
||||
operation2 : tIDENTIFIER
|
||||
| tCONSTANT
|
||||
| tFID
|
||||
operation2 : operation
|
||||
| op
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue