Closed blais closed 9 months ago
Yes, indeed, that's not yet supported. Thanks for the suggested patch. I'll try to have a look soon-ish.
The other points addressed by your patch ( ,
in amounts, and .
in links) have been addressed in version 2.0.3
Amazing! Thx, will try again
Salut Jonathan, I had a quick go at attempting to parse my large personal ledger with your Rust parser tonight -- gave it one hour to kick the tires -- and here's a quick patch of what I changed. I didn't manage to get it working, the string parser needs to get modified to allow escaping quotation marks (") with
\"
.Feel free to use or ignore. If you can figure out how to invoke the right combinator magic to parser \", I'll resume testing soon.