[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
10.1.5 C++ Scanner Interface
The parser invokes the scanner by calling yylex
. Contrary to C
parsers, C++ parsers are always pure: there is no point in using the
‘%define api.pure’ directive. The actual interface with yylex
depends whether you use unions, or variants.
10.1.5.1 Split Symbols | Passing symbols as two/three components | |
10.1.5.2 Complete Symbols | Making symbols a whole |
This document was generated on August 25, 2013 using texi2html 5.0.