HASH constant

TokenType const HASH

Implementation

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