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

Unified Diff: dart/frog/leg/scanner/token.dart

Issue 8805008: Various scanner fixes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased and update language.status 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 | « dart/frog/leg/scanner/string_scanner.dart ('k') | dart/frog/leg/tools/mini_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/scanner/token.dart
diff --git a/dart/frog/leg/scanner/token.dart b/dart/frog/leg/scanner/token.dart
index 2c7131bed1f7b8f063c825b586b4b4c1fd345b5f..950666106d7f43b9708408644462c84d4c36a248 100644
--- a/dart/frog/leg/scanner/token.dart
+++ b/dart/frog/leg/scanner/token.dart
@@ -10,6 +10,7 @@ final int DOUBLE_TOKEN = $d;
final int INT_TOKEN = $i;
final int HEXADECIMAL_TOKEN = $x;
final int STRING_TOKEN = $SQ;
+final int STRING_INTERPOLATION_TOKEN = $SQ + 128;
final int AMPERSAND_TOKEN = $AMPERSAND;
final int BACKPING_TOKEN = $BACKPING;
« no previous file with comments | « dart/frog/leg/scanner/string_scanner.dart ('k') | dart/frog/leg/tools/mini_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698