From a5a12411431c7c0273e86310756ad9cc9ebeb0f6 Mon Sep 17 00:00:00 2001 From: Shea Newton Date: Mon, 27 Nov 2017 15:30:35 -0800 Subject: [PATCH] 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) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a1a12e0..c30ae42 100644 --- a/README.md +++ b/README.md @@ -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 [](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. [](https://travis-ci.org/snewt/bnf) + + ### Logging [[log](https://crates.io/keywords/log)]