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

Unified Diff: dart/frog/leg/scanner/characters.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/byte_array_scanner.dart ('k') | dart/frog/leg/scanner/keyword.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/scanner/characters.dart
diff --git a/dart/frog/leg/scanner/characters.dart b/dart/frog/leg/scanner/characters.dart
index b355253c20ca1b2207d0b2ea9e42441c88c1cf2e..61584c39d039d4e122f58531d0bdef4e344c2d56 100644
--- a/dart/frog/leg/scanner/characters.dart
+++ b/dart/frog/leg/scanner/characters.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
final int $EOF = 0;
+final int $STX = 2;
final int $TAB = 9;
final int $LF = 10;
final int $CR = 13;
« no previous file with comments | « dart/frog/leg/scanner/byte_array_scanner.dart ('k') | dart/frog/leg/scanner/keyword.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698