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

Unified Diff: dart/lib/compiler/implementation/scanner/keyword.dart

Issue 11033003: Unparse new library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | dart/lib/compiler/implementation/scanner/listener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/compiler/implementation/scanner/keyword.dart
diff --git a/dart/lib/compiler/implementation/scanner/keyword.dart b/dart/lib/compiler/implementation/scanner/keyword.dart
index 653d086f8afbe8569f528d35d838db80961bacda..66f0002c5a4e3d994053c1cc1a7dc794bbf4b6ea 100644
--- a/dart/lib/compiler/implementation/scanner/keyword.dart
+++ b/dart/lib/compiler/implementation/scanner/keyword.dart
@@ -52,10 +52,12 @@ class Keyword implements SourceString {
const Keyword("static", isBuiltIn: true),
const Keyword("typedef", isBuiltIn: true),
+ const Keyword("export", isPseudo: true),
const Keyword("hide", isPseudo: true),
const Keyword("import", isPseudo: true),
const Keyword("library", isPseudo: true),
const Keyword("native", isPseudo: true),
+ const Keyword("of", isPseudo: true),
const Keyword("on", isPseudo: true),
const Keyword("part", isPseudo: true),
const Keyword("show", isPseudo: true),
« no previous file with comments | « no previous file | dart/lib/compiler/implementation/scanner/listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698