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

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

Issue 9190038: Handle escapes in string literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rewrote to use iterators on SourceString. 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
Index: frog/leg/scanner/scanner_implementation.dart
diff --git a/frog/leg/scanner/scanner_implementation.dart b/frog/leg/scanner/scanner_implementation.dart
index c707b5173332f8d065269525ac3772e545e2ba5b..11d04bf715028fccbd546f42c3f7d7e6f46612ef 100644
--- a/frog/leg/scanner/scanner_implementation.dart
+++ b/frog/leg/scanner/scanner_implementation.dart
@@ -5,5 +5,5 @@
#library('scanner_implementation');
#import('scannerlib.dart');
#import('../util/util.dart');
+#import('characters.dart');
#source('array_based_scanner.dart');
-#source('characters.dart');

Powered by Google App Engine
This is Rietveld 408576698