aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-10-24 16:11:50 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:35 +0200
commitb0bed0e1205f44ae73850fac521f9162f29adef5 (patch)
tree27c8c1fe846dbc51abbcb582d82013917ba0096b /build2/test/script/token
parent5c325b8613a4323ee47bd42ce6d962b9ab9f2d90 (diff)
Support >+ and <+ redirects in parser
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token2
1 files changed, 2 insertions, 0 deletions
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, // >: