mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-23 15:40:19 +00:00
726 B
726 B
Nom is an awesome parser combinators library in Rust
To get started using nom, you can include it in your Rust projects from crates.io. Here are a few links you will find useful:
- Reference documentation
- Gitter chat room. You can also go to the #nom IRC channel on irc.mozilla.org, or ping 'geal' on Mozilla, Freenode, Geeknode or oftc IRC
- Making a new parser from scratch (general tips on writing a parser and code architecture)
- How to handle parser errors
- How nom's macro combinators work
- Recipes for common nom tasks