An open API service indexing awesome lists of open source software.

https://github.com/diasbruno/language-js

Parser for es6 and es7.
https://github.com/diasbruno/language-js

ast es6 es7 haskell javascript parser

Last synced: 6 months ago
JSON representation

Parser for es6 and es7.

Awesome Lists containing this project

README

          

# language-js ![example workflow](https://github.com/diasbruno/language-js/actions/workflows/tests.yml/badge.svg)

javascript parser for es6 and es7.

NOTE: work in progress...

## references

- [ECMAScript® 2017 Language Specification (ECMA-262, 8th edition, June 2017)](http://www.ecma-international.org/ecma-262/8.0/index.html)
- [MDN Operator precedence](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence)