diff options
author | Adrian Thurston <thurston@complang.org> | 2012-08-17 16:47:29 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-08-17 16:47:29 -0400 |
commit | 4da283ba42afc6cf65112bcc127951490034a6b4 (patch) | |
tree | fecdc35dc0bcd8c9a1c98419a579c8f0bd0cc264 /test/maxlen.lm | |
parent | bc886d38db5bfeb172689a46afc18e933a220968 (diff) | |
download | colm-4da283ba42afc6cf65112bcc127951490034a6b4.tar.gz |
remaining migration to new parse syntax
Diffstat (limited to 'test/maxlen.lm')
-rw-r--r-- | test/maxlen.lm | 4 |
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 ) |