Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

C::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:1244:$0 decimal_constant|{1246|$2|1247} octal_constant|{1258|$6|1259} hexadecimal_constant|{1262|$10|1263} final:1245:$0 implicit_whitespace|{1153|$13|1154} implicit_whitespace|{1153|$14|1154} implicit_whitespace|{1153|$15|1154} integer_suffix|{1250|$4|1251} integer_suffix|{1250|$8|1251} integer_suffix|{1250|$12|1251}