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
- Generate syntax highlighting files
- Allow `verify` to take verification function `FnMut`?
- For `many` and `fold`, consider `..0` an invalid range, just as `0..0` is
- Enable `Parser`-based `ParserIterator` to work
- Add a fold equivalent of separated_list0/separated_list1
- makeExprParser + precedence climbing
- Add a map_res + cut combinator
- The error message from `convert_error(VerboseError)` doesn't look good for general Nom errors
- Add hex_u64
- convert_error() assumes VerboseError saved inputs are substrings of the same overall input
- Docs
- Rust not yet supported