Skip to content

Commit

Permalink
Merge pull request rust-bakery#599 from snewt/bnf-parser-written-with…
Browse files Browse the repository at this point in the history
…-nom

Request to add bnf to list of projects using nom
  • Loading branch information
Geal authored Nov 26, 2017
2 parents 29f1791 + d0919da commit 2efc36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ Here is a list of known projects using nom:
* [DER](https://github.com/rusticata/der-parser)
* [TLS](https://github.com/rusticata/tls-parser)
* [IPFIX / Netflow v10](https://github.com/dominotree/rs-ipfix)
- Language specifications:
* [BNF](https://github.com/snewt/bnf)
- [using nom as lexer and parser](https://github.com/Rydgel/monkey-rust)

Want to create a new parser using `nom`? A list of not yet implemented formats is available [here](https://github.com/Geal/nom/issues/14).
Expand Down

0 comments on commit 2efc36b

Please sign in to comment.