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

Unified Diff: frog/scripts/token_info.py

Issue 8980014: Make 'class' and 'extends' into real keywords, per language spec 0.06 . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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/minfrog ('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
===================================================================
--- frog/scripts/token_info.py (revision 2594)
+++ frog/scripts/token_info.py (working copy)
@@ -171,13 +171,13 @@
Keyword('BREAK', "break", False),
Keyword('CASE', "case", False),
Keyword('CATCH', "catch", False),
- Keyword('CLASS', "class", True),
+ Keyword('CLASS', "class", False),
Keyword('CONST', "const", False),
Keyword('CONTINUE', "continue", False),
Keyword('DEFAULT', "default", False),
Keyword('DO', "do", False),
Keyword('ELSE', "else", False),
- Keyword('EXTENDS', "extends", True),
+ Keyword('EXTENDS', "extends", False),
Keyword('FACTORY', "factory", True),
Keyword('FALSE', "false", False),
Keyword('FINAL', "final", False),
« no previous file with comments | « frog/minfrog ('k') | frog/token_kind.g.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698