Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[C++]->[Symbols]->[preprocessing_token]

Expand All
Collapse All
Contents

cxx::preprocessing_token Locate in Contents

Declaration Locate in Contents

preprocessing-token:
            header-name
        |    identifier
        |    pp-number
        |    character-literal
        |    string-literal
        |    preprocessing-op-or-punc

Composition Locate in Contents

pp_tokens preprocessing_token Alternation Node header_name identifier pp_number character_literal string_literal preprocessing_op_or_punc

State Machine Locate in Contents

start:2442:$0 header_name|{2444|$1|2445} identifier|{2113|$2|2114} pp_number|{2454|$3|2455} character_literal|{2187|$4|2188} string_literal|{2213|$5|2214} preprocessing_op_or_punc|{2456|$6|2457} final:2443:$0