about summary refs log tree commit diff stats
path: root/html/020run.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4539Kartik Agaram2018-09-071-7/+7
|
* 4447Kartik Agaram2018-07-271-379/+382
|
* 4243Kartik Agaram2018-05-121-2/+2
|
* 4239Kartik Agaram2018-05-081-7/+7
|
* 4228Kartik K. Agaram2018-03-151-1/+1
|
* 4209Kartik K. Agaram2018-02-181-202/+211
|
* 4199Kartik K. Agaram2018-01-251-106/+105
|
* 4161Kartik K. Agaram2017-12-151-7/+7
|
* 4155Kartik K. Agaram2017-12-071-299/+304
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-5/+5
|
* 4117 - done with delimited continuationsKartik K. Agaram2017-11-061-417/+419
| | | | | At least this particular implementation of them. Let's play with them now for a while, see if they're fully equivalent to shift/reduce.
* 4109Kartik K. Agaram2017-11-051-2/+2
|
* 4102Kartik K. Agaram2017-11-011-385/+383
|
* 3995Kartik K. Agaram2017-09-131-4/+4
|
* 3990Kartik K. Agaram2017-09-031-1/+1
|
* 3971Kartik K. Agaram2017-08-191-271/+270
|
* 3927Kartik K. Agaram2017-06-191-291/+292
|
* 3900Kartik K. Agaram2017-06-021-17/+17
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-17/+17
|
* 3895Kartik K. Agaram2017-05-291-395/+430
|
* 3877Kartik K. Agaram2017-05-261-3/+3
|
* 3872Kartik K. Agaram2017-05-201-260/+261
| | | | Starting to look for lack of organization in the edit/ app.
* 3845Kartik K. Agaram2017-05-061-3/+3
|
* 3823Kartik K. Agaram2017-04-141-336/+337
|
* 3820Kartik K. Agaram2017-04-131-369/+373
|
* 3811Kartik K. Agaram2017-04-041-1/+1
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-89/+90
|
* 3758Kartik K. Agaram2017-03-061-204/+205
|
* 3756 - start of some improvements to the trace browserKartik K. Agaram2017-03-051-1/+1
|
* 3750Kartik K. Agaram2017-03-021-19/+19
|
* 3749Kartik K. Agaram2017-03-021-19/+19
|
* 3746Kartik K. Agaram2017-02-071-1/+1
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-57/+57
|
* 3710Kartik K. Agaram2016-12-261-443/+443
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-445/+469
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3707Kartik K. Agaram2016-12-121-3/+9
| | | | | | | | | | | | | | | | | | Be more disciplined about tagging 2 different concepts in the codebase: a) Use the phrase "later layers" to highlight places where a layer doesn't have the simplest possible self-contained implementation. b) Use the word "hook" to point out functions that exist purely to provide waypoints for extension by future layers. Since both these only make sense in the pre-tangled representation of the codebase, using '//:' and '#:' comments to get them stripped out of tangled output. (Though '#:' comments still make it to tangled output at the moment. Let's see if we use it enough to be worth supporting. Scenarios are pretty unreadable in tangled output anyway.)
* 3703Kartik K. Agaram2016-12-061-0/+1
|
* 3682Kartik K. Agaram2016-11-221-3/+5
| | | | | Clean up the flow of "mu --trace" followed by "mu browse-trace interactive".
* 3679Kartik K. Agaram2016-11-171-2/+2
|
* 3667Kartik K. Agaram2016-11-111-3/+16
|
* 3642Kartik K. Agaram2016-11-061-3/+3
|
* 3604Kartik K. Agaram2016-10-271-0/+3
|
* 3561Kartik K. Agaram2016-10-221-4/+4
|
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-9/+9
|
* 3456Kartik K. Agaram2016-10-061-1/+6
|
9578a57'>^
86351aaf ^





68dff526 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185