pub fn numeric( lexer: &mut Lexer<'_>, start: Token, ) -> Result<Numeric, SyntaxError>
Tokens which can start with digits: Number or Duration.