COMMA constant

TokenType const COMMA

Implementation

static const TokenType COMMA =
    const TokenType(',', 'COMMA', NO_PRECEDENCE, COMMA_TOKEN);