Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::integer_constant Locate in Contents

Declaration Locate in Contents

(6.4.4.1) integer-constant:
            decimal-constant integer-suffix?
        |    octal-constant integer-suffix?
        |    hexadecimal-constant integer-suffix?

Composition Locate in Contents

constant integer_constant Alternation Node Concatenation Node Concatenation Node Concatenation Node decimal_constant implicit_whitespace Alternation Node octal_constant implicit_whitespace Alternation Node hexadecimal_constant implicit_whitespace Alternation Node integer_suffix @ integer_suffix @ integer_suffix @

State Machine Locate in Contents

start:1032:$0 decimal_constant|{1034|$2|1035} octal_constant|{1046|$6|1047} hexadecimal_constant|{1050|$10|1051} final:1033:$0 implicit_whitespace|{967|$13|968} implicit_whitespace|{967|$14|968} implicit_whitespace|{967|$15|968} integer_suffix|{1038|$4|1039} integer_suffix|{1038|$8|1039} integer_suffix|{1038|$12|1039}