about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-31 20:43:41 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-31 20:43:41 -0700
commite97b446ac3023d39d190911074850e686aa5f3aa (patch)
tree6d32495cf8c6179de27d334dcc3710b2fc0ea283 /build
parenta21fb73d0421960a8a0b746827455b650346978b (diff)
downloadmu-e97b446ac3023d39d190911074850e686aa5f3aa.tar.gz
5594 - rename 'desugar' to 'sigils'
There's going to be multiple forms of syntax sugar going forward.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 3d2e945e..aaa236de 100755
--- a/build
+++ b/build
@@ -140,7 +140,7 @@ then
   done
 
   # higher-level syntax
-  for phase in desugar
+  for phase in sigils
   do
     older_than apps/$phase apps/$phase.subx apps/subx-common.subx [0-9]*.subx && {
       ./subx_bin translate [0-9]*.subx apps/subx-common.subx apps/$phase.subx -o apps/$phase