ff-notes / ron

Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65 stars 9 forks source link

Incorrect text parsing due to overflow #88

Open cblp opened 5 years ago

cblp commented 5 years ago
λ> parseAtom "=10000000000000000000"
    Right (AInteger (- 8446744073709551616))

Must be an error.

The same for float.