utkarshkukreti / edn.rs

An EDN (Extensible Data Notation) parser in Rust.
48 stars 12 forks source link

Can't parse floats with exponents. #11

Open briprowe opened 4 years ago

briprowe commented 4 years ago

Floats like 1.77429E8 and 1.77429E-8 aren't properly parsed.