add parser section

This commit is contained in:
kud1ing 2015-07-17 13:33:19 +02:00
parent 090d4d13e4
commit af03c74d5e

View file

@ -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 [<img src="https://travis-ci.org/erickt/rust-zmq.svg?branch=master">](https://travis-ci.org/erickt/rust-zmq)
### Parser
* [Geal/nom](https://github.com/Geal/nom) — parser combinator framework [<img src="https://travis-ci.org/Geal/nom.svg?branch=master">](https://travis-ci.org/Geal/nom)
### Platform specific
* DigitalOcean