Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Use external float parser rather than rustc's #148

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Use external float parser rather than rustc's #148

merged 1 commit into from
Jun 29, 2020

Commits on Jun 29, 2020

  1. Use external float parser rather than rustc's

    Per rust-lang/rust#31407, rustc's float parser
    may drop some valid float literals. For now use an external parser that
    does not have these problems.
    
    Closes #147
    ayazhafiz committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    cd15175 View commit details
    Browse the repository at this point in the history