diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-26 13:36:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 15:30:35 +0200 |
commit | e59c2bc979293d8cdea3f9733ecd59c080fce63c (patch) | |
tree | 337fefcc20ee6b6de53514caceefc9d45e5bd7d8 /libbuild2/token.hxx | |
parent | 333f468d264f0fa36a772b10b885fff6160ae4c7 (diff) |
Add support for `case` pattern alternatives
case <pattern>[ | <pattern>...]
Diffstat (limited to 'libbuild2/token.hxx')
-rw-r--r-- | libbuild2/token.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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, // ! |