...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
PrimitiveLexer is the most basic building block that the client uses to build more complex lexer components.
Expression |
Description |
---|---|
|
Metafunction that evaluates to |
The following lexer components conform to this model:
'x'
),
char_
,
"abc"
),
std::basic_string<>
,
string
FIXME Add more links to PrimitiveLexer models here.