AT constant

TokenType const AT

Implementation

static const TokenType AT =
    const TokenType(13, '@', 'AT', NO_PRECEDENCE, AT_TOKEN);