Merge pull request #379 from snewt/patch-1

Add BNF parser to curated list
pull/380/head
Lukáš Hozda [magnusi] 7 years ago committed by GitHub
commit 8ae510af58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 BackusNaur 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)]

Loading…
Cancel
Save