AT constant

TokenType const AT

Implementation

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