CLOSE_SQUARE_BRACKET constant

TokenType const CLOSE_SQUARE_BRACKET

Implementation

static const TokenType CLOSE_SQUARE_BRACKET = const TokenType(
    /* index = */ 27,
    ']',
    'CLOSE_SQUARE_BRACKET',
    NO_PRECEDENCE,
    CLOSE_SQUARE_BRACKET_TOKEN);