From 992ccbb0f76b1eb453ca5ffc03b1bf5ea1f4d841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yosbel=20Mar=C3=ADn?= Date: Fri, 25 Dec 2015 18:51:03 +0100 Subject: [PATCH] Close #416 PR: add Jison to the Parsing list. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0f3ca86..d539d07 100644 --- a/readme.md +++ b/readme.md @@ -438,6 +438,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [js-yaml](https://github.com/nodeca/js-yaml) - Very fast YAML parser. - [excel-stream](https://github.com/dominictarr/excel-stream) - Streaming Excel spreadsheet to JSON parser. - [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) - XML to JavaScript object converter. +- [Jison](http://zaach.github.io/jison/) - Friendly JavaScript parser generator. It shares genes with Bison, Yacc and family. ### Humanize