Replies: 1 comment
-
Edit: 06/29/2023 😮 I just noticed that issues previously mentioned have been fixed since version 0.12.0. The swift-parsing-benchmark parsers uses the new shiny struct declaration for ParserPrinter with parsers composed using I did a couple of tests by parsing and printing JSON values, they're not failing anymore 😀. Previous post: Hi everyone, it looks like I'm not the only interested about the JSON parser-printer from the benchmark target. Note: Although commenting a part from the Parsing library code makes the JSON parer-printer works. First I would like to explain my underderstanding of how the How the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had noticed in the JSON benchmark that the printing code is commented out...
Without realizing this, I have been trying to use variants of this parser printer contained in the benchmark to do various things
The consistent error I run into is
After Isolating the above parser I see it suffers from the same issue.
I guess what I am after is has anyone found a way around this? Is a working JSON, generic string Parser/Printer possible currently?
Beta Was this translation helpful? Give feedback.
All reactions