about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-04 08:18:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-04 08:18:43 -0700
commit8a92ada807dceee1bc780b2b9cdcdb3a657001a4 (patch)
tree2d8080f1a41f1249b2f958a5a57a3ceb1c7f3620 /011load.cc
parent19ae3447616a84ffb78c4b3659e743fbc5d53961 (diff)
downloadmu-8a92ada807dceee1bc780b2b9cdcdb3a657001a4.tar.gz
3435
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/011load.cc b/011load.cc
index b887c369..ab0d44bf 100644
--- a/011load.cc
+++ b/011load.cc
@@ -1,4 +1,7 @@
 //: Phase 1 of running mu code: load it from a textual representation.
+//:
+//: The process of running mu code:
+//:   load -> transform -> run
 
 :(scenarios load)  // use 'load' instead of 'run' in all scenarios in this layer
 :(scenario first_recipe)