Add nearley

nearley is the first JS parser to use the Earley algorithm and processes left recursion without choking
This commit is contained in:
David Harris
2015-04-29 23:27:24 -07:00
parent 91065638cb
commit 5b7f65817e

View File

@@ -372,6 +372,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting.
- [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing.
- [x-ray](https://github.com/lapwinglabs/x-ray) - A web scraping utility to see through the `<html>` noise.
- [nearley](https://github.com/Hardmath123/nearley) - Simple, fast, powerful parsing for JavaScript.
### Humanize