purescript-contrib / purescript-parsing

A parser combinator library based on Parsec
https://pursuit.purescript.org/packages/purescript-parsing
BSD 2-Clause "Simplified" License
150 stars 52 forks source link

A decimal exponent is not required for a number #204

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago

This ensures that a decimal exponent is optional in the Parsing.String.Basic.number parser. Fixes #203.


Checklist:

jamesdbrock commented 2 years ago

Thanks for the PR! I'll merge.

jamesdbrock commented 2 years ago

I'll make a release too.

jamesdbrock commented 2 years ago

I made a release, thanks again @MaybeJustJames