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
- point out the blanket impl of Parser
- Compilation time explodes exponentially when chaining `.or()` calls
- Use unsafe APIs to optimize `HexDisplay::to_hex_from`
- [doc] `Check` mode does not supress fatal errors
- Rust backtraces in errors
- 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
- How to create a parser for later reuse.
- `Parser::into`, `From` trait and chained parsers.
- Docs
- Rust not yet supported