summaryrefslogtreecommitdiff
path: root/test/maxlen.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-17 16:47:29 -0400
committerAdrian Thurston <thurston@complang.org>2012-08-17 16:47:29 -0400
commit4da283ba42afc6cf65112bcc127951490034a6b4 (patch)
treefecdc35dc0bcd8c9a1c98419a579c8f0bd0cc264 /test/maxlen.lm
parentbc886d38db5bfeb172689a46afc18e933a220968 (diff)
downloadcolm-4da283ba42afc6cf65112bcc127951490034a6b4.tar.gz
remaining migration to new parse syntax
Diffstat (limited to 'test/maxlen.lm')
-rw-r--r--test/maxlen.lm4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/maxlen.lm b/test/maxlen.lm
index 7167ce58..32bee1a0 100644
--- a/test/maxlen.lm
+++ b/test/maxlen.lm
@@ -42,4 +42,6 @@ def restricted_list
def start
[restricted_list id*]
-print_xml( parse start(stdin) )
+
+parse S: start[stdin]
+print_xml( S.tree )