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

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

Issue 9190038: Handle escapes in string literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed validation from scanner 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/leg/scanner/scanner_task.dart ('k') | frog/leg/scanner/token.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/scanner/scannerlib.dart
diff --git a/frog/leg/scanner/scannerlib.dart b/frog/leg/scanner/scannerlib.dart
index 59b1149cfd47a34b9adb800d7b412307aeae698f..6044d849252487c2ae4fce35c484e4922901ecaf 100644
--- a/frog/leg/scanner/scannerlib.dart
+++ b/frog/leg/scanner/scannerlib.dart
@@ -9,6 +9,7 @@
#import('../util/util.dart');
#import('../tree/tree.dart');
#import('../elements/elements.dart');
+#import('../util/characters.dart');
#source('class_element_parser.dart');
#source('keyword.dart');
« no previous file with comments | « frog/leg/scanner/scanner_task.dart ('k') | frog/leg/scanner/token.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698