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