string-literal
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
string-literal =
single-quoted-string
| double-quoted-string
| heredoc-string
| nowdoc-string ;