Grammar Semantics
This specification describes the semantic value of many grammar productions in the form of a list of algorithmic steps.
For example, this describes how a parser should interpret a string literal:
""
- Return an empty Unicode character sequence.
"
list
"
- Return the Unicode character sequence of all StringCharacter Unicode character values.