From 37cf4e0581b586f0b28ab96876f43794323d4b60 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 22 Jul 2019 01:25:33 -0700 Subject: 5443 - standard library is now self-hosted Translates 5k lines of input in 26 seconds. I'm not sure why I need to grow the label table. It was already 512 entries long, and I'm only using 373 so far. --- subx/apps/pack | Bin 46978 -> 46982 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/pack') diff --git a/subx/apps/pack b/subx/apps/pack index 792c30ba..370ced9b 100755 Binary files a/subx/apps/pack and b/subx/apps/pack differ -- cgit 1.4.1-2-gfad0 d class='form'>
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 tree commit diff stats
path: root/html/filesystem.mu.html
blob: 254b0be352f009de7b7770071aa35de49f3f203b (plain) (blame)
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