summaryrefslogtreecommitdiff
path: root/test/translate1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-17 16:13:40 -0400
committerAdrian Thurston <thurston@complang.org>2012-08-17 16:13:40 -0400
commit69241a7cdf59224d9a34bef37a232e9ada8d861f (patch)
tree356fd4e114a7a1a61abafa15490e10742e378fdc /test/translate1.lm
parent81f6a132e3f2da57a2043af8937d1b8021250ed3 (diff)
downloadcolm-69241a7cdf59224d9a34bef37a232e9ada8d861f.tar.gz
moving to new parse statement syntax
Diffstat (limited to 'test/translate1.lm')
-rw-r--r--test/translate1.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/translate1.lm b/test/translate1.lm
index b5c6ca9e..96be33a1 100644
--- a/test/translate1.lm
+++ b/test/translate1.lm
@@ -19,6 +19,6 @@ def item
def start
[item*]
-Input: start = parse start( stdin )
-print( %Input )
+parse Input: start[ stdin ]
+print( %Input.tree )