mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Also BDOT2 and BDOT3 are operators
This commit is contained in:
parent
9e07dfd253
commit
ca7de0334d
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ static const struct token_assoc {
|
|||
{tCVAR, O(cvar)},
|
||||
{tDOT2, O(op)},
|
||||
{tDOT3, O(op)},
|
||||
{tBDOT2, O(op)},
|
||||
{tBDOT3, O(op)},
|
||||
{tEQ, O(op)},
|
||||
{tEQQ, O(op)},
|
||||
{tFID, O(ident)},
|
||||
|
|
Loading…
Add table
Reference in a new issue