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

Unified Diff: frog/scripts/token_info.py

Issue 9139062: fix pseudo keyword test failues (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « frog/parser.dart ('k') | frog/token_kind.g.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/token_info.py
diff --git a/frog/scripts/token_info.py b/frog/scripts/token_info.py
index 7dc6c4f789a150e8838f6456b370bf91da7e5831..11916a9c48d98eb6f389c7e6f8ddbe31f4edee0f 100644
--- a/frog/scripts/token_info.py
+++ b/frog/scripts/token_info.py
@@ -169,6 +169,7 @@ keywords = [
Keyword('ASSERT', "assert", True),
Keyword('AWAIT', "await", False), # experimental feature
Keyword('BREAK', "break", False),
+ Keyword('CALL', "call", True),
Keyword('CASE', "case", False),
Keyword('CATCH', "catch", False),
Keyword('CLASS', "class", False),
« no previous file with comments | « frog/parser.dart ('k') | frog/token_kind.g.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698