Function numeric

Source
pub fn numeric(
    lexer: &mut Lexer<'_>,
    start: Token,
) -> Result<Numeric, SyntaxError>
Expand description

Tokens which can start with digits: Number or Duration.