Skip to content

Commit

Permalink
fixup re introducing "subject Parse Node"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Feb 28, 2024
1 parent 4fb14fc commit 5d560e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ <h1>Syntax-Directed Operations</h1>

<emu-clause id="sec-invoking-syntax-directed-operations">
<h1>Invoking Syntax-Directed Operations</h1>
<p>Syntax-directed operations are invoked with a Parse Node and, optionally, other parameters by using the conventions on steps <emu-xref href="#step-sdo-invocation-example-1"></emu-xref>, <emu-xref href="#step-sdo-invocation-example-2"></emu-xref>, and <emu-xref href="#step-sdo-invocation-example-3"></emu-xref> in the following algorithm:</p>
<p>Syntax-directed operations are invoked with a Parse Node (referred to below as “the subject Parse Node”) and, optionally, other parameters. Invocations use the conventions on steps <emu-xref href="#step-sdo-invocation-example-1"></emu-xref>, <emu-xref href="#step-sdo-invocation-example-2"></emu-xref>, and <emu-xref href="#step-sdo-invocation-example-3"></emu-xref> in the following algorithm:</p>
<emu-alg example>
1. [id="step-sdo-invocation-example-1"] Let _status_ be SyntaxDirectedOperation of |SomeNonTerminal|.
1. Let _someParseNode_ be the parse of some source text.
Expand Down

0 comments on commit 5d560e0

Please sign in to comment.