dart-sdk/pkg/front_end/tool/_fasta
Sigmund Cherem 92481e9b34 Add dump-partial tool.
This script lets you dump as text a partial .dill file generated by the
incremental generator. To do so, it requires that you pass in other .dill files
that are needed (in order).

In the context of a hot-reload test, you should be able to run this as follows:

pkg/front_end/tool/fasta dump-ir newProgram.dill fullProgram.dill platform.dill

BUG=
R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2985113002 .
2017-07-26 15:19:42 -07:00
..
abcompile.dart
compile.dart
compile_platform.dart
dump_partial.dart Add dump-partial tool. 2017-07-26 15:19:42 -07:00
generate_messages.dart Random improvements in error reporting. 2017-07-19 10:45:31 -07:00
log_analyzer.dart
log_collector.dart Deprecate all diagnostics methods that use strings. 2017-07-10 11:23:09 +02:00
outline.dart
parser.dart
run.dart
scanner.dart
standard_deviation.dart