aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/lexer.hxx')
-rw-r--r--build2/cc/lexer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx
index b7ce1a4..c8b1042 100644
--- a/build2/cc/lexer.hxx
+++ b/build2/cc/lexer.hxx
@@ -40,8 +40,11 @@ namespace build2
dot, // .
semi, // ;
+ less, // <
+ greater, // >
lcbrace, // {
rcbrace, // }
+
punctuation, // Other punctuation.
identifier,