| Index: frog/lang.dart
|
| diff --git a/frog/lang.dart b/frog/lang.dart
|
| index 4f027cde6511cd89ba7bce5c90ac2fe1003559cf..a9ff2f014094f6ccd1a2631fc1eac2f08974b6dc 100644
|
| --- a/frog/lang.dart
|
| +++ b/frog/lang.dart
|
| @@ -7,6 +7,8 @@
|
| #import('dart:coreimpl');
|
| #import('file_system.dart');
|
|
|
| +#source('analyze.dart');
|
| +#source('analyze_frame.dart');
|
| #source('block_scope.dart');
|
| #source('code_writer.dart');
|
| #source('corejs.dart');
|
| @@ -14,6 +16,8 @@
|
| #source('gen.dart');
|
| #source('library.dart');
|
| #source('member.dart');
|
| +#source('member_set.dart');
|
| +#source('method_data.dart');
|
| #source('token.dart');
|
| #source('source.dart');
|
| #source('tokenizer.dart');
|
|
|