Skip to content

Commit

Permalink
Also BDOT2 and BDOT3 are operators
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 20, 2019
1 parent 9e07dfd commit ca7de03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/ripper/eventids2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
Expand Down

0 comments on commit ca7de03

Please sign in to comment.