add Acorn - fixes #48

This commit is contained in:
Sindre Sorhus
2014-07-29 15:20:57 +02:00
parent 667d7c0acf
commit a5355ddb58

View File

@@ -336,7 +336,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### AST ### AST
- [Esprima](http://esprima.org) - A high performance, standard-compliant JavaScript parser. - [Acorn](https://github.com/marijnh/acorn/) - A tiny, fast JavaScript parser.
- [Rocambole](https://github.com/millermedeiros/rocambole) - Recursively walk and transform JavaScript AST. - [Rocambole](https://github.com/millermedeiros/rocambole) - Recursively walk and transform JavaScript AST.