From fd91f7f61bfa84cbc24590d5394d75891cc1cfcc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 19 Sep 2019 21:01:43 -0700 Subject: 5675 - move helpers from subx-common into layers This undoes 5672 in favor of a new plan: Layers 000 - 099 are for running without syntax sugar. We use them for building syntax-sugar passes. Layers 100 and up are for running with all syntax sugar. The layers are arranged in approximate order so more phases rely on earlier layers than later ones. I plan to not use intermediate syntax sugar (just sigils without calls, or sigils and calls without braces) anywhere except in the specific passes implementing them. --- apps/survey | Bin 53596 -> 49460 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'apps/survey') diff --git a/apps/survey b/apps/survey index cc94c6ca..cc9da808 100755 Binary files a/apps/survey and b/apps/survey differ -- cgit 1.4.1-2-gfad0 >main 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/stdin.mu
blob: 87598667ff47259663f9c0c33774efb0e6dd90f2 (plain) (tree)
1
2
3
4
5
6
7
8