Literal

The string literal token (Literal).

Literal ::= '"' [^"]* '"'
          | "'" [^']* "'"

See also