Makes "float" parser of GenTokenParser parse negative numbers.#225
Makes "float" parser of GenTokenParser parse negative numbers.#225jamesdbrock merged 2 commits intopurescript-contrib:mainfrom
Conversation
|
Hi @mstream thanks for the PR! This looks like good work, and I intend to merge it unless I find some surprising problem. I see that you have already found most of the other issues and commentary around this. I suggest that you use the The thing about this |
Actually we didn't have an issue for that yet so I just made one. #226 |
Resolves #115
Makes the
floatparser consider a sign, if present, in front of a floating number.