Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::universal_character_name Locate in Contents

Declaration Locate in Contents

(6.4.3) universal-character-name:
            "\\u" hex-quad
        |    "\\U" hex-quad hex-quad

Composition Locate in Contents

identifier_nondigit universal_character_name Alternation Node escape_sequence Concatenation Node Concatenation Node Concatenation Node implicit_whitespace hex_quad Concatenation Node implicit_whitespace hex_quad implicit_whitespace hex_quad '\\\\' 'u' '\\\\' 'U'

State Machine Locate in Contents

start:1022:$0 final:1023:$0 implicit_whitespace|{967|$8|968} implicit_whitespace|{967|$9|968} hex_quad|{1024|$3|1025} hex_quad|{1024|$6|1025} implicit_whitespace|{967|$10|968} hex_quad|{1024|$7|1025}