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

Unified Diff: pkg/front_end/tool/fasta

Issue 2985113002: Add dump-partial tool. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « pkg/front_end/tool/_fasta/dump_partial.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/fasta
diff --git a/pkg/front_end/tool/fasta b/pkg/front_end/tool/fasta
index c4b7cbe2cf4cf1712ede9580987e6c3248914bd8..346a8e82e7fa11b9e8156cdf97c3a23c038ca281 100755
--- a/pkg/front_end/tool/fasta
+++ b/pkg/front_end/tool/fasta
@@ -37,6 +37,7 @@ case "${1//_/-}" in
parser) SCRIPT="${TOOL_DIR}/parser.dart";;
run) SCRIPT="${TOOL_DIR}/run.dart";;
scanner) SCRIPT="${TOOL_DIR}/scanner.dart";;
+ dump-partial) SCRIPT="${TOOL_DIR}/dump_partial.dart";;
dump-ir)
SCRIPT="${KERNEL_BIN}/dump.dart"
if [ "$#" = "2" ]; then
« no previous file with comments | « pkg/front_end/tool/_fasta/dump_partial.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698