Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::preprocessing_token Locate in Contents

Declaration Locate in Contents

(6.4) preprocessing-token:
            header-name
        |    identifier
        |    pp-number
        |    character-constant
        |    string-literal
        |    punctuator

Composition Locate in Contents

pp_tokens preprocessing_token Alternation Node header_name identifier pp_number character_constant string_literal punctuator

State Machine Locate in Contents

start:1188:$0 header_name|{1190|$1|1191} identifier|{1016|$2|1017} pp_number|{1200|$3|1201} character_constant|{1078|$4|1079} string_literal|{1092|$5|1093} punctuator|{1202|$6|1203} final:1189:$0