Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

C::octal_constant Locate in Contents

Declaration Locate in Contents

(6.4.4.1) octal-constant:
            "0"
        |    octal-constant octal-digit

Composition Locate in Contents

integer_constant octal_constant Alternation Node octal_constant '0' Concatenation Node octal_constant implicit_whitespace octal_digit

State Machine Locate in Contents

start:1258:$0 final:1259:$0 octal_constant|{1258|$3|1259} implicit_whitespace|{1153|$5|1154} octal_digit|{1260|$4|1261}