Add ESTree link in README.md

master
Yury Kurlykov 2020-04-27 23:13:42 +10:00
parent 7f68959590
commit c09b52638c
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ python -m jasminesnake
## Credits
ESTree specification:
[https://github.com/estree/estree/](https://github.com/estree/estree/)
JavaScript grammar source:
[https://github.com/antlr/grammars-v4/tree/master/javascript/javascript](https://github.com/antlr/grammars-v4/tree/master/javascript/javascript)