about summary refs log tree commit diff stats
path: root/apps/crenshaw2-1
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-19 14:57:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-19 15:12:50 -0700
commita9d473e22426a7636980b8266e9b48cbae3bba05 (patch)
tree9428315eb5570c68c3bc3aff2623a0a8a943eb49 /apps/crenshaw2-1
parent37d40d4096b5ef6f256efc2b90ea4c75883d6f59 (diff)
downloadmu-a9d473e22426a7636980b8266e9b48cbae3bba05.tar.gz
5668 - start reorg to permit syntax sugar in layers
Right now we always build the library before any apps.
Apps are where our syntax sugar translators (sigils, calls, braces) live.
So we can't use sugar in the standard library.

New idea: move all code for SubX phases into the top-level.
Perhaps we should also just build a single file rather than pipeline stages.
But for now we'll build each phase by building up to some specific layer.

This will simplify test_apps and move lots of one-off logic to a more standard
form in test_layers.

I'm also going to reorg existing layers so that we introduce each phase
at a point where it mostly only gets the helpers it needs.

This commit itself is just cleaning up some common strings. Using explicit
names for them streamlines binaries a bit.
Diffstat (limited to 'apps/crenshaw2-1')
-rwxr-xr-xapps/crenshaw2-1bin33939 -> 33919 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1
index 62c12a81..e8992622 100755
--- a/apps/crenshaw2-1
+++ b/apps/crenshaw2-1
Binary files differ