From 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:56:07 -0700 Subject: 3561 --- 012transform.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '012transform.cc') diff --git a/012transform.cc b/012transform.cc index 8395bcd6..2a2cfb9b 100644 --- a/012transform.cc +++ b/012transform.cc @@ -1,12 +1,12 @@ //: Phase 2: Filter loaded recipes through an extensible list of 'transforms'. //: -//: The process of running mu code: +//: The process of running Mu code: //: load -> transform -> run //: //: The hope is that this framework of transform tools will provide a //: deconstructed alternative to conventional compilers. //: -//: We're going to have many transforms in mu, and getting their order right +//: We're going to have many transforms in Mu, and getting their order right //: (not the same as ordering of layers) is a well-known problem. Some tips: //: a) Design each layer to rely on as few previous layers as possible. //: -- cgit 1.4.1-2-gfad0 tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/stats.txt
blob: 6ba2021370a7ee7be95bcae238ba2885ffd08161 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12