From 5ef9597631302f6288e5e26d52fde957bfebd237 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 23 Sep 2019 09:21:40 -0700 Subject: 5687 Move stack operations to a layer of their own. It was some short-term pain to take out the syntax sugar from it, but we need access to this layer from braces, which can't depend on sugar since it's part of sugar. Just simpler to keep one clear line and not have to build sometimes with some sugar but not others. --- apps/assort | Bin 41753 -> 42953 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'apps/assort') diff --git a/apps/assort b/apps/assort index 2fc33f34..e60a40a8 100755 Binary files a/apps/assort and b/apps/assort differ -- cgit 1.4.1-2-gfad0 me='h' onchange='this.form.submit();'> 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/apps/ex13.subx
blob: b7e802fdce16093d2b809b3e90c52f0f0e57f2de (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