about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index a2248c30..7ece0dd2 100644
--- a/020run.cc
+++ b/020run.cc
@@ -1,5 +1,8 @@
 //: Phase 3: Start running a loaded and transformed recipe.
 //:
+//:   The process of running mu code:
+//:     load -> transform -> run
+//:
 //: So far we've seen recipes as lists of instructions, and instructions point
 //: at other recipes. To kick things off mu needs to know how to run certain
 //: 'primitive' recipes. That will then give the ability to run recipes