CLOSE_SQUARE_BRACKET constant

TokenType const CLOSE_SQUARE_BRACKET

Implementation

static const TokenType CLOSE_SQUARE_BRACKET = const TokenType(
    ']', 'CLOSE_SQUARE_BRACKET', NO_PRECEDENCE, CLOSE_SQUARE_BRACKET_TOKEN);