HASH constant

TokenType const HASH

Implementation

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