about summary refs log tree commit diff stats
path: root/cpp/013literal_string
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 00:28:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 00:28:24 -0700
commit8c9e97ae0183e79accbcb1afc57499f83c0b5406 (patch)
tree2411df7fd69a386046f65266ecff9304075e51c1 /cpp/013literal_string
parent01152aa268e54aebade352965ce1200b49fc8f4f (diff)
downloadmu-8c9e97ae0183e79accbcb1afc57499f83c0b5406.tar.gz
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.
Diffstat (limited to 'cpp/013literal_string')
-rw-r--r--cpp/013literal_string2
1 files changed, 1 insertions, 1 deletions
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]