Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::s_char Locate in Contents

Declaration Locate in Contents

(6.4.5) s-char:
            '[^'"\\\n]' // any member of the source character set except the double-quote ", backslash \, or new-line character
        |    escape-sequence

Composition Locate in Contents

s_char_sequence s_char Alternation Node '[^\\z\\n escape_sequence

State Machine Locate in Contents

start:1096:$0 final:1097:$0 escape_sequence|{1084|$2|1085}