Joshua Barretto
Joshua Barretto
Not that I can easily extract. Something like this should work on your end though: ```rs fn square(x: usize) -> usize { let lut = const { let mut lut...
[Here's an example](https://gist.github.com/zesterer/6f692c478e518dc983262a7a9d9c327e). Note the extremely long lines which, when displayed in a terminal, wrap.
In theory I can process the output in any number of ways, but I think an option like `--code-only` would be fairly consistent with the existing features of the crate...
> It would be nice if documentation for `separated_by` would have this caution The docs for `separated_by` should probably be updated to align with [`repeated`](https://docs.rs/chumsky/latest/chumsky/trait.Parser.html#method.repeated). > I'm running into the...
I can only speak to the results I've found locally, on my machine: mileage may vary. If someone feels like they have the time to investigate this further I'm happy...
Is there something specific you need `PartialEq` for?
I am happy to accept a PR for this change!
Oh, this is for 0.9? Hmm... I am somewhat less inclined to merge this because 0.9 is not maintained any longer, bar fixes for significant bugs. Is there a particular...
> Is the newest version stable enough and does it have all the functionalities to use instead of 0.9? I'd say so, yes. There are a few changes to come...
Thanks for the report, I'll try to look over this in more detail soon.