about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 15:12:56 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 15:12:56 -0700
commit9ac3fde9ab9651ecf5eb0ae0af6691e65ab3b122 (patch)
treeab9b355390d866110fe380096e3de3c245da2db2 /apps
parente3f1ce673554e64f9ec1710e9ddc9629a0d9d076 (diff)
downloadmu-9ac3fde9ab9651ecf5eb0ae0af6691e65ab3b122.tar.gz
5581
Diffstat (limited to 'apps')
-rw-r--r--apps/desugar.subx4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/desugar.subx b/apps/desugar.subx
index 1a33acfa..7d001b02 100644
--- a/apps/desugar.subx
+++ b/apps/desugar.subx
@@ -1,4 +1,6 @@
-# Desugar a few kinds of syntax.
+# Experimental syntax sugar for SubX programs.
+#
+# We're experimenting with the following expressions:
 #
 # 1.
 #   $ echo "ab %eax"  |  ./subx run apps/desugar