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

Unified Diff: frog/leg/tools/mini_parser.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/ssa/ssa.dart ('k') | frog/leg/util/characters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/tools/mini_parser.dart
diff --git a/frog/leg/tools/mini_parser.dart b/frog/leg/tools/mini_parser.dart
index 2965cd7ff61929ceacf9ca5e02d626f8bd6e3c05..aced575ae127852369b82b4b3deab1a9d14a7073 100644
--- a/frog/leg/tools/mini_parser.dart
+++ b/frog/leg/tools/mini_parser.dart
@@ -10,6 +10,7 @@
#import('../scanner/scanner_implementation.dart');
#import('../scanner/scannerlib.dart');
#import('../tree/tree.dart');
+#import('../util/characters.dart');
#source('../../source.dart');
#source('../scanner/byte_array_scanner.dart');
« no previous file with comments | « frog/leg/ssa/ssa.dart ('k') | frog/leg/util/characters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698