babel/README.md
2015-07-11 20:56:26 +01:00

16 lines
541 B
Markdown

<p align="center">
<img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700">
</p>
<p align="center">
Babylon is a JavaScript parser used in <a href="https://github.com/babel/babel">Babel</a>.
</p>
----
## Credits
Heavily based on [acorn](https://github.com/marijnh/acorn) and [acorn-jsx](https://github.com/RReverser/acorn-jsx).
Significant diversions expected to occur in the future such as streaming, EBNF definitions, sweet.js integration,
interspacial parsing, comment attachment etc.