From 8c9e97ae0183e79accbcb1afc57499f83c0b5406 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 00:28:24 -0700 Subject: 1155 - three phases of mu: load, transform, run Each phase implicitly calls previous phases. Most C++ scenarios implicitly call one, two or three of the phases. More clear now that 'load' does more than just add recipes. --- cpp/013literal_string | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/013literal_string') diff --git a/cpp/013literal_string b/cpp/013literal_string index 965f3f60..008f95ad 100644 --- a/cpp/013literal_string +++ b/cpp/013literal_string @@ -5,7 +5,7 @@ //: imagine that 'recipe' might one day itself be defined in mu, doing its own //: parsing. -:(scenarios add_recipes) +:(scenarios load) :(scenario "string_literal") recipe main [ 1:address:array:character <- new [abc def] -- cgit 1.4.1-2-gfad0