es9
Here are 34 public repositories matching this topic...
-
Updated
Mar 23, 2020 - CSS
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Nov 10, 2019
-
Updated
Jun 6, 2018 - Makefile
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Jun 11, 2019 - JavaScript
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Dec 30, 2018 - JavaScript
-
Updated
Feb 27, 2018 - JavaScript
-
Updated
Jun 5, 2019 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Dec 15, 2018 - JavaScript
Improve this page
Add a description, image, and links to the es9 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the es9 topic, visit your repo's landing page and select "manage topics."
MemberExpression is a left-recursive rule, which has to be converted into a non left-recursive rule in order to parse it properly with our implementation. This has been done and can be found in the source code. The challenge is, to create a model, that supports the non left-recursive implementation and convert it to the original, expected model.
In
internal/parser/expression.go, do: