1
0
Fork 0
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:
Nobuyoshi Nakada 2019-10-20 20:45:56 +09:00
parent 9e07dfd253
commit ca7de0334d
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)},