From df88163cc90c59276fbe5de547c9fd7e91f71db6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 15 Sep 2014 16:39:24 +0200 Subject: [PATCH] add `PEG.js` - fixes #158 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 25ec142..b00c602 100644 --- a/readme.md +++ b/readme.md @@ -315,6 +315,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [parse5](https://github.com/inikulin/parse5) - Fast full-featured spec compliant HTML parser. - [htmlparser2](https://github.com/fb55/htmlparser2/) - Forgiving HTML/XML parser. - [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS. +- [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting. ### Humanize