diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
commit | 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 (patch) | |
tree | 43b05169535fe33e65ecbf61f3fb3ada5f75ed52 /html/012transform.cc.html | |
parent | 22f4b76344b2d639cbfcaad56ed681670d436548 (diff) | |
download | mu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz |
3561
Diffstat (limited to 'html/012transform.cc.html')
-rw-r--r-- | html/012transform.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/012transform.cc.html b/html/012transform.cc.html index c7e405eb..860b1de4 100644 --- a/html/012transform.cc.html +++ b/html/012transform.cc.html @@ -31,13 +31,13 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <pre id='vimCodeElement'> <span class="Comment">//: Phase 2: Filter loaded recipes through an extensible list of 'transforms'.</span> <span class="Comment">//:</span> -<span class="Comment">//: The process of running mu code:</span> +<span class="Comment">//: The process of running Mu code:</span> <span class="Comment">//: load -> transform -> run</span> <span class="Comment">//:</span> <span class="Comment">//: The hope is that this framework of transform tools will provide a</span> <span class="Comment">//: deconstructed alternative to conventional compilers.</span> <span class="Comment">//:</span> -<span class="Comment">//: We're going to have many transforms in mu, and getting their order right</span> +<span class="Comment">//: We're going to have many transforms in Mu, and getting their order right</span> <span class="Comment">//: (not the same as ordering of layers) is a well-known problem. Some tips:</span> <span class="Comment">//: a) Design each layer to rely on as few previous layers as possible.</span> <span class="Comment">//:</span> |