From 1e3915f729eee6fd14a05601531e5455a68888da Mon Sep 17 00:00:00 2001 From: buster Date: Sun, 2 Aug 2015 20:16:10 +0200 Subject: [PATCH] add rust-peg added rust-peg to the parser section, because it truely is awesome --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40176b6..d64b869 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [Geal/nom](https://github.com/Geal/nom) — parser combinator library [](https://travis-ci.org/Geal/nom) * [Marwes/combine](https://github.com/Marwes/combine) — parser combinator library [](https://travis-ci.org/Marwes/combine) - + * [kevinmehall/rust-peg](https://github.com/kevinmehall/rust-peg) - Parsing Expression Grammar (PEG) parser generator ### Platform specific