about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate5
1 files changed, 4 insertions, 1 deletions
diff --git a/translate b/translate
index a3acacc6..aafb11a3 100755
--- a/translate
+++ b/translate
@@ -15,8 +15,11 @@ set -e
 
 ./build
 
+echo "  desugar"
+cat $*          |./subx_bin run apps/desugar  > a.desugar
+
 echo "  tests"
-cat $*          |./subx_bin run apps/tests    > a.tests
+cat a.desugar   |./subx_bin run apps/tests    > a.tests
 
 echo "  dquotes"
 cat a.tests     |./subx_bin run apps/dquotes  > a.dquotes