Function float

Source
pub fn float<I>(lexer: &mut Lexer<'_>, start: Token) -> Result<I, SyntaxError>
where I: FromStr<Err = ParseFloatError>,
Expand description

Generic integer parsing method, works for all unsigned integers.