parse_decimal

Function parse_decimal 

Source
fn parse_decimal(unsigned_number: &str, negative: bool) -> Result<Expr>