From 7284d503f67572dab678f68e5635c471a9d53480 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Apr 2015 23:24:52 -0700 Subject: 1094 - demarcate sections in layers We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous. --- cpp/031address | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/031address') diff --git a/cpp/031address b/cpp/031address index e3f31869..e31ae67d 100644 --- a/cpp/031address +++ b/cpp/031address @@ -75,7 +75,7 @@ reagent deref(reagent x) { return result; } -//: 'get' can read from container address +//:: 'get' can read from container address :(scenario "get_indirect") recipe main [ 1:integer <- copy 2:literal -- cgit 1.4.1-2-gfad0 1a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough 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/018jump_disp32.cc
blob: c39da70e781589fc2cd010012ad28477fb58462d (plain) (tree)
1
2
3
4
5
6
7
8
9
10