| Index: dart/frog/leg/scanner/token.dart
|
| diff --git a/dart/frog/leg/scanner/token.dart b/dart/frog/leg/scanner/token.dart
|
| index 2c7131bed1f7b8f063c825b586b4b4c1fd345b5f..950666106d7f43b9708408644462c84d4c36a248 100644
|
| --- a/dart/frog/leg/scanner/token.dart
|
| +++ b/dart/frog/leg/scanner/token.dart
|
| @@ -10,6 +10,7 @@ final int DOUBLE_TOKEN = $d;
|
| final int INT_TOKEN = $i;
|
| final int HEXADECIMAL_TOKEN = $x;
|
| final int STRING_TOKEN = $SQ;
|
| +final int STRING_INTERPOLATION_TOKEN = $SQ + 128;
|
|
|
| final int AMPERSAND_TOKEN = $AMPERSAND;
|
| final int BACKPING_TOKEN = $BACKPING;
|
|
|