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:

StringValue

""

  1. Return an empty Unicode character sequence.

StringValue

"

StringCharacter

list

"

  1. Return the Unicode character sequence of all StringCharacter Unicode character values.

results matching ""

    No results matching ""