From c09b52638c99f258448675116fc2980d19147110 Mon Sep 17 00:00:00 2001 From: Yury Kurlykov Date: Mon, 27 Apr 2020 23:13:42 +1000 Subject: [PATCH] Add ESTree link in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97053b4..73faf37 100644 --- a/README.md +++ b/README.md @@ -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)