Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::hexadecimal_constant Locate in Contents

Declaration Locate in Contents

(6.4.4.1) hexadecimal-constant:
            hexadecimal-prefix hexadecimal-digit
        |    hexadecimal-constant hexadecimal-digit

Composition Locate in Contents

integer_constant hexadecimal_constant Alternation Node hexadecimal_constant Concatenation Node Concatenation Node hexadecimal_prefix implicit_whitespace hexadecimal_digit hexadecimal_constant implicit_whitespace hexadecimal_digit

State Machine Locate in Contents

start:1050:$0 hexadecimal_prefix|{1052|$2|1053} hexadecimal_constant|{1050|$5|1051} final:1051:$0 implicit_whitespace|{967|$7|968} implicit_whitespace|{967|$8|968} hexadecimal_digit|{1026|$3|1027} hexadecimal_digit|{1026|$6|1027}