about summary refs log tree commit diff stats
path: root/020run.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 /020run.cc
parent19ae3447616a84ffb78c4b3659e743fbc5d53961 (diff)
downloadmu-8a92ada807dceee1bc780b2b9cdcdb3a657001a4.tar.gz
3435
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