Antoine Latter

Results 5 comments of Antoine Latter

I guess I'm ambivalent, here. It's definitely surprising behavior. It might be in the "so old it's not a bug" bucket, however if this would break any parser I'm not...

In my (admittedly quick) reading of RFC 7159 (or http://www.json.org) it looks like a JSON document may be any JSON value (array, object, or scalar), not just an object. JSON

I don't have a lot of experience with the `TokenParser` module, but I believe the intent was that the different lexeme parsers would work together in concert and jointly handle...

To make sure I'm understanding this - the bug is that `int` consumes leading whitespace because of the `lexeme` combinator wrapping the `sign` parser, which is internally structure to optionally...

Thanks! I was able to debug the permissions issue by setting the provider debug flag. Further down the process I ran into a different error (not a crash) where my...