tc39 / proposal-optional-chaining

https://tc39.github.io/proposal-optional-chaining/
4.94k stars 75 forks source link

Editorial: fix ambiguous references to nonterminals #120

Closed j31d0 closed 5 years ago

j31d0 commented 5 years ago

In this pull request, I suggest to use "this symbol" to only refer "this production", and to use "symbol" to refer sub-components of Parse Node. In many abstract algorithms which use same nonterminal symbols for both whole productions and sub-components in standard specification (Evaluation of Tagged Templates, Property Accessors, etc), they use "this MemberExpression"(or other symbol) to refer production itself. Thus, I revised all of them which makes confusions compared to existing specifications.

스크린샷 2019-08-20 오후 11 26 27