about summary refs log tree commit diff stats
path: root/apps/assort
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-08 18:15:18 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-08 18:20:16 -0700
commitc8784d1c0f0fdf225e2bddabab920bda6435a878 (patch)
tree2e3bb05c8629a2025794af57c50215ea81ccc277 /apps/assort
parente43e0094a7ea7fa626be1a735081798976401baf (diff)
downloadmu-c8784d1c0f0fdf225e2bddabab920bda6435a878.tar.gz
6111
Move out total-size computation from parsing to a separate phase.

I don't have any new tests yet, but it's encouraging that existing tests
continue to pass.

This may be the first time I've ever written this much machine code (with
mutual recursion!) and gotten it to work the first time.
Diffstat (limited to 'apps/assort')
0 files changed, 0 insertions, 0 deletions
@lavabit.com> 2010-06-07 15:53:01 +0200 committer hut <hut@lavabit.com> 2010-06-07 19:55:28 +0200 simplified all_tests.py, moved to test/' href='/akspecs/ranger/commit/test/tc_ui.py?id=85fd52880db93c6cd01f2c459eb46e6dd35d777c'>85fd5288 ^
1159f9ec ^






















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