diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-11 14:44:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-30 16:56:08 +0200 |
commit | a14b9bc18431c6aed8441261d28b6ff20bd25935 (patch) | |
tree | ae1f07caef838b5b03fa3f82a2cfccbb62b24ed3 /build2/cc/lexer.hxx | |
parent | ca0f9c71be279aee845bf5328ac0af8c02c8849e (diff) |
Initial take on header unit and include translation support
Diffstat (limited to 'build2/cc/lexer.hxx')
-rw-r--r-- | build2/cc/lexer.hxx | 3 |
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, |