switch node definitions to a DSL

This commit is contained in:
Sebastian McKenzie 2015-07-15 13:51:47 +01:00
parent 91cf6a823d
commit 38553a6c42

View File

@ -6,8 +6,6 @@
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),