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

Unified Diff: frog/leg/leg.dart

Issue 9271037: Inserted string validation as separate task in compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/leg.dart
diff --git a/frog/leg/leg.dart b/frog/leg/leg.dart
index ce9d5951394b22e89eee71fb91f80cb299c78566..be335ec771ddfbff9a74c592ecb7735599dfe229 100644
--- a/frog/leg/leg.dart
+++ b/frog/leg/leg.dart
@@ -12,6 +12,7 @@
#import('ssa/ssa.dart');
#import('tree/tree.dart');
#import('util/util.dart');
+#import('util/characters.dart');
ahe 2012/01/25 08:39:44 I'd like to avoid this import. Could you turn stri
Lasse Reichstein Nielsen 2012/01/26 10:14:20 Done.
#source('compiler.dart');
#source('compile_time_constants.dart');
@@ -19,6 +20,7 @@
#source('namer.dart');
#source('resolver.dart');
#source('script.dart');
+#source('string_validator.dart');
#source('tree_validator.dart');
#source('typechecker.dart');
#source('universe.dart');

Powered by Google App Engine
This is Rietveld 408576698