From af03c74d5e419f9f730b6e8f3e43f17f466b8a6a Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 17 Jul 2015 13:33:19 +0200 Subject: [PATCH] add parser section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b9fbceb..7258f9e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Markup language](#markup-language) - [Mobile](#mobile) - [Network programming](#network-programming) + - [Parser](#parser) - [Platform specific](#platform-specific) - [Template engine](#template-engine) - [Testing](#testing) @@ -253,6 +254,12 @@ The goal is to have only projects that are mostly stable and useful to users. * ZeroMQ * [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org/) bindings [](https://travis-ci.org/erickt/rust-zmq) + +### Parser + + * [Geal/nom](https://github.com/Geal/nom) — parser combinator framework [](https://travis-ci.org/Geal/nom) + + ### Platform specific * DigitalOcean