From b0bed0e1205f44ae73850fac521f9162f29adef5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 24 Oct 2016 16:11:50 +0300 Subject: Support >+ and <+ redirects in parser --- build2/test/script/token | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/test/script/token') diff --git a/build2/test/script/token b/build2/test/script/token index d20309a..64c1a0c 100644 --- a/build2/test/script/token +++ b/build2/test/script/token @@ -31,12 +31,14 @@ namespace build2 log_and, // && log_or, // || + in_std, // <+ in_null, // <- in_str, // < in_str_nn, // <: in_doc, // << in_doc_nn, // <<: + out_std, // >+ out_null, // >- out_str, // > out_str_nn, // >: -- cgit v1.1