From dc21aac57fe2358bb8221f39ee67a0e6b76c3fbd Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 1 Jul 2014 16:20:45 -0400 Subject: 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. --- colm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colm.vim') 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 -- cgit v1.2.1