From e59c2bc979293d8cdea3f9733ecd59c080fce63c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Sep 2019 13:36:44 +0200 Subject: Add support for `case` pattern alternatives case [ | ...] --- libbuild2/token.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/token.hxx') diff --git a/libbuild2/token.hxx b/libbuild2/token.hxx index a9b9a11..0ee5248 100644 --- a/libbuild2/token.hxx +++ b/libbuild2/token.hxx @@ -59,6 +59,8 @@ namespace build2 less_equal, // <= greater_equal, // >= + bit_or, // | + log_or, // || log_and, // && log_not, // ! -- cgit v1.1