EQ constant

TokenType const EQ

Implementation

static const TokenType EQ = const TokenType(
    /* index = */ 28, '=', 'EQ', ASSIGNMENT_PRECEDENCE, EQ_TOKEN,
    isOperator: true);