aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/token.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-20 08:40:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-20 08:40:59 +0200
commitce29e3d72ded432b9ac9354ac92c588142de9b89 (patch)
treefd7acd2d0e34b10315b5572f98619dbbf285c177 /libbuild2/token.hxx
parentaeda0dedb2cdb0980d976ae92e1672476b62d7ed (diff)
Lexer support for default value assignment (?=)
Note: not yet supported in the parser.
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 4cf1f51..e48c088 100644
--- a/libbuild2/token.hxx
+++ b/libbuild2/token.hxx
@@ -53,6 +53,7 @@ namespace build2
assign, // =
prepend, // =+
append, // +=
+ default_assign, // ?=
equal, // ==
not_equal, // !=