CLOSE_SQUARE_BRACKET constant

TokenType const CLOSE_SQUARE_BRACKET

Implementation

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