Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::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:1046:$0 final:1047:$0 octal_constant|{1046|$3|1047} implicit_whitespace|{967|$5|968} octal_digit|{1048|$4|1049}