Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: pkg/front_end/lib/src/fasta/parser/parser.md

Issue 2948383002: Remove peeking from parseTypedef and parseClassOrNamedMixinApplication. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/lib/src/fasta/parser/parser.md
diff --git a/pkg/front_end/lib/src/fasta/parser/parser.md b/pkg/front_end/lib/src/fasta/parser/parser.md
index 306822b1f137faff764e57dc53824ed27c6a16b8..aedf6cec62328e9414f43884a9b36c989ce07db3 100644
--- a/pkg/front_end/lib/src/fasta/parser/parser.md
+++ b/pkg/front_end/lib/src/fasta/parser/parser.md
@@ -6,12 +6,6 @@ BSD-style license that can be found in the LICENSE file.
# Uses of peek in the parser
- * In parseTypedef, the parser uses peekAfterNominalType to select between old
- style and new style.
-
- * In parseClassOrNamedMixinApplication, the parser uses peekAfterNominalType
- to select between named mixin application or class declaration.
-
* In parseClass, the parser uses peekAfterNominalType to select between a
mixin application and a regular extends.

Powered by Google App Engine
This is Rietveld 408576698