AT constant

TokenType const AT

Implementation

static const TokenType AT =
    const TokenType(/* index = */ 16, '@', 'AT', NO_PRECEDENCE, AT_TOKEN);