nom
https://github.com/rust-bakery/nom
Rust
Rust parser combinator framework
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported2 Subscribers
Add a CodeTriage badge to nom
Help out
- Issues
- Fix "called `Option::unwrap()` on a `None` value" in ParserIterator
- nom 8.0.0 take/map combinators are now FnMut but dbg_dmp only accepts Fn
- Adjust FnMut param in dbg_dmp since take/map are now FnMut
- iterator_complete for complete parsers
- How to create a parser for later reuse.
- `Parser::into`, `From` trait and chained parsers.
- Implementing Input trait for bytes::Bytes
- Replaced outdated calculator
- buggy (or unexpected) interaction between `iterator` and `parse_complete`
- doc: doc-tests in `bytes/mod.rs` and `character/mod.rs` should not reference functions from submodules
- Docs
- Rust not yet supported