Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

C::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:1262:$0 hexadecimal_prefix|{1264|$2|1265} hexadecimal_constant|{1262|$5|1263} final:1263:$0 implicit_whitespace|{1153|$7|1154} implicit_whitespace|{1153|$8|1154} hexadecimal_digit|{1186|$3|1187} hexadecimal_digit|{1186|$6|1187}