Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::c_char Locate in Contents

Declaration Locate in Contents

(6.4.4.4) c-char:
            '[^\'\\\n]' /* any member of the source character set except the single-quote ', backslash \, or new-line character*/
        |    escape-sequence

Composition Locate in Contents

c_char_sequence c_char Alternation Node '[^\\z\\n'\\\\]' escape_sequence

State Machine Locate in Contents

start:1082:$0 final:1083:$0 escape_sequence|{1084|$2|1085}