Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cxx::octal_escape_sequence Locate in Contents

Declaration Locate in Contents

octal-escape-sequence:
            "\\" octal-digit
        |    "\\" octal-digit octal-digit
        |    "\\" octal-digit octal-digit octal-digit

Composition Locate in Contents

escape_sequence octal_escape_sequence Alternation Node Concatenation Node Concatenation Node Concatenation Node '\\\\' implicit_whitespace octal_digit '\\\\' implicit_whitespace octal_digit implicit_whitespace octal_digit '\\\\' implicit_whitespace octal_digit implicit_whitespace octal_digit implicit_whitespace octal_digit

State Machine Locate in Contents

start:2197:$0 final:2198:$0 implicit_whitespace|{2082|$13|2083} implicit_whitespace|{2082|$14|2083} implicit_whitespace|{2082|$16|2083} octal_digit|{2183|$3|2184} octal_digit|{2183|$6|2184} octal_digit|{2183|$10|2184} implicit_whitespace|{2082|$15|2083} implicit_whitespace|{2082|$17|2083} octal_digit|{2183|$7|2184} octal_digit|{2183|$11|2184} implicit_whitespace|{2082|$18|2083} octal_digit|{2183|$12|2184}