summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-07-01 16:20:45 -0400
committerAdrian Thurston <thurston@complang.org>2014-07-01 16:20:45 -0400
commitdc21aac57fe2358bb8221f39ee67a0e6b76c3fbd (patch)
tree5429ffdae330430f1596f09264654498aade58cb /colm.vim
parent24f78f17dff8d41d2e018ac8f56e1fe2eeb7d281 (diff)
downloadcolm-dc21aac57fe2358bb8221f39ee67a0e6b76c3fbd.tar.gz
send is now converting trees to strings, old behaviour with moved to send_tree
The send statement now converts trees to strings. It is now possible to swap a in a parser where streams where and not get parse errors due to trees not being accepted. The old behaviour is now available with send_tree. This is much less common, though still useful.
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm.vim b/colm.vim
index ee59d891..dde39fb7 100644
--- a/colm.vim
+++ b/colm.vim
@@ -57,7 +57,7 @@ syntax match tlNumber "false"
syntax keyword Type
\ commit include literal iter
\ namespace lex reducefirst global include export
- \ construct cons parse parse_stop match require send
+ \ construct cons parse parse_stop match require send send_tree
\ preeof left right nonassoc prec context alias
\ end