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
- Ease integration of custom error
- Document that `InputTake::take_split` (`Input::take_split` on master) requires returning the `before` and `after` slices in opposite positions
- Suggestion: A character parser which eats any whitespace before and after a given parser
- [Question] program nom for both run and compile time parsing?
- Help Wanted: how to consume until whichever comes first [tag1 | tag2]?
- Make traits public
- 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
- Docs
- Rust not yet supported