diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-31 20:43:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-31 20:43:41 -0700 |
commit | e97b446ac3023d39d190911074850e686aa5f3aa (patch) | |
tree | 6d32495cf8c6179de27d334dcc3710b2fc0ea283 /build | |
parent | a21fb73d0421960a8a0b746827455b650346978b (diff) | |
download | mu-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-x | build | 2 |
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 |