aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/token.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-13 13:24:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-13 13:41:40 +0200
commit0ce923f1b9b008cf44602255f935bf3d9c4ba90d (patch)
treea087f20a78f134ad2efde7f38f5d720b9e1155a2 /libbuild2/token.hxx
parent4b15244f65eb246d4e5d98ebfc1aa3137dc7275e (diff)
Reserve backtick (`) and bit-or (|) in eval context for future use
Specifically, they are reserved for future support of arithmetic evaluation contexts and evaluation pipelines, respectively.
Diffstat (limited to 'libbuild2/token.hxx')
-rw-r--r--libbuild2/token.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/token.hxx b/libbuild2/token.hxx
index 7344ecd..030ab48 100644
--- a/libbuild2/token.hxx
+++ b/libbuild2/token.hxx
@@ -37,6 +37,7 @@ namespace build2
question, // ?
percent, // %
comma, // ,
+ backtick, // `
lparen, // (
rparen, // )