-
Notifications
You must be signed in to change notification settings - Fork 811
Home
Geoffroy Couprie edited this page Nov 16, 2015
·
5 revisions
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
- Tutorial about parsing ISO8601 dates
- 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