You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by someone with more PEG experience than me at YOW!2012 and recently implemented in Esprima. Should provide a nice speedup for complex expressions and deeply nested parentheses.
I'm making good progress on this. See the GH-112 branch. I just have to switch out all the binary expression rules with one rule that parses a list of arbitrary binary expressions and then fold them using the precedence table.
As suggested by someone with more PEG experience than me at YOW!2012 and recently implemented in Esprima. Should provide a nice speedup for complex expressions and deeply nested parentheses.
Related: ariya/esprima@c7d1052e5a
The text was updated successfully, but these errors were encountered: