rust-bakery / nom

Rust parser combinator framework
MIT License
9.38k stars 806 forks source link

"Choosing a combinator" guide is missing some combinators #1664

Open smheidrich opened 1 year ago

smheidrich commented 1 year ago

Prerequisites

Here are a few things you should provide to help me understand the issue:

Issue

As others have mentioned (e.g. https://github.com/rust-bakery/nom/issues/1506#issuecomment-1195541465), the "Choosing a combinator" guide is missing a few combinators such as value or many0_count. It would be better if it included all of them, of course.

A list can of all missing ones I could find can be found in my MR to add some of them: #1665