1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-05-26 18:22:44 -04:00

Close #416 PR: add Jison to the Parsing list.

This commit is contained in:
Yosbel Marín 2015-12-25 18:51:03 +01:00 committed by Sindre Sorhus
parent c2847341f1
commit 992ccbb0f7

View file

@ -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