1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-08 13:34:09 +02:00

Added dragostis/pest to parser list.

This commit is contained in:
Dragoș Tiselice 2016-06-05 15:58:38 +03:00
parent 7c8137ae35
commit 16e360edc3

View File

@ -565,6 +565,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
### Parser
* [dragostis/pest](https://github.com/dragostis/pest) - Elegant, efficient grammars [![Build Status](https://travis-ci.org/dragostis/pest.svg?branch=master)]
(https://travis-ci.org/dragostis/pest)
* [Geal/nom](https://github.com/Geal/nom) — parser combinator library [<img src="https://travis-ci.org/Geal/nom.svg?branch=master">](https://travis-ci.org/Geal/nom)
* [ivanceras/inquerest](https://github.com/ivanceras/inquerest) — an URL parameter parser for rest filter inquiry [![Build Status](https://travis-ci.org/ivanceras/inquerest.svg?branch=master)](https://travis-ci.org/ivanceras/inquerest)
* [kevinmehall/rust-peg](https://github.com/kevinmehall/rust-peg) — Parsing Expression Grammar (PEG) parser generator