CLOSE_PAREN constant

TokenType const CLOSE_PAREN

Implementation

static const TokenType CLOSE_PAREN = const TokenType(
    /* index = */ 26, ')', 'CLOSE_PAREN', NO_PRECEDENCE, CLOSE_PAREN_TOKEN);