diff options
-rw-r--r-- | apps/desugar.subx | 4 |
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 |