1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-29 22:01:07 +02:00

Add BNF parser to curated list

Hi! I'd love to add a library I put together to your awesome list! It's such a great resource! The repo link is in the commit, the crate lives at [https://crates.io/crates/bnf](https://crates.io/crates/bnf)
This commit is contained in:
Shea Newton 2017-11-27 15:30:35 -08:00 committed by GitHub
parent 6cdf37255a
commit a5a1241143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Graph processing](#graph-processing)
- [GUI](#gui)
- [Image processing](#image-processing)
- [Language specification](#language-specification)
- [Logging](#logging)
- [Machine learning](#machine-learning)
- [Markup language](#markup-language)
@ -760,6 +761,11 @@ See also [Are we game yet?](http://arewegameyet.com)
* [teovoinea/steganography](https://github.com/teovoinea/steganography) [[steganography](https://crates.io/crates/steganography)] — A simple steganography library [<img src="https://api.travis-ci.org/teovoinea/steganography.svg?branch=master">](https://travis-ci.org/teovoinea/steganography)
### Language specification
* [snewt/bnf](https://github.com/snewt/bnf) — A library for parsing Backus–Naur form context-free grammars. [<img src="https://api.travis-ci.org/snewt/bnf.svg?branch=master">](https://travis-ci.org/snewt/bnf)
### Logging
[[log](https://crates.io/keywords/log)]