utkarshkukreti / edn.rs

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

Problem: Can't parse float with exponents #12

Open briprowe opened 4 years ago

briprowe commented 4 years ago

Solution: Be sure to include exponents in the span used to parse floats.

Fixes: #11