summaryrefslogtreecommitdiff
path: root/test/translate2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/translate2.lm')
-rw-r--r--test/translate2.lm3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/translate2.lm b/test/translate2.lm
index c5baa396..61630757 100644
--- a/test/translate2.lm
+++ b/test/translate2.lm
@@ -49,6 +49,7 @@ context ctx
}
CTX: ctx = cons ctx []
-Input: ctx::start = parse ctx::start( CTX stdin )
+parse InputP: ctx::start( CTX ) [ stdin ]
+Input: ctx::start = InputP.tree
print( Input )