HASH constant

TokenType const HASH

Implementation

static const TokenType HASH =
    const TokenType(38, '#', 'HASH', NO_PRECEDENCE, HASH_TOKEN);