From 6762395e0037a986c10ceb97c466988b7059a60a Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 28 Dec 2019 12:31:54 -0500 Subject: [PATCH] Editorial: eliminate accidental ambiguity in Punctuator PR #1646 introduced an ambiguity to the lexical grammar: Punctuator derives OtherPunctuator in two different ways -- directly, and indirectly via OptionalChainingPunctuator. It doesn't make sense for OptionalChainingPunctuator to derive OtherPunctuator, so I've eliminated that alternative. --- spec.html | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.html b/spec.html index a8511c32616..5067a799372 100644 --- a/spec.html +++ b/spec.html @@ -11100,7 +11100,6 @@

Syntax

OptionalChainingPunctuator :: `?.` [lookahead <! DecimalDigit] - OtherPunctuator OtherPunctuator :: one of `{` `(` `)` `[` `]`