Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 65ab21cc6f.
PrevUpHomeNext

Lexer Concepts

Lexer
PrimitiveLexer
UnaryLexer
NaryLexer

Spirit.Lex components fall into a couple of generalized concepts. The Lexer is the most fundamental concept. All Spirit.Lex components are models of the Lexer concept. PrimitiveLexer, UnaryLexer, and NaryLexer are all refinements of the Lexer concept.

The following sections provide details on these concepts.


PrevUpHomeNext