From 6ebd7c42cc5dade91570a68f5af8a95859c61de2 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 28 Feb 2024 14:15:23 -0500 Subject: [PATCH] fixup re introducing "subject Parse Node" --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 7f1c154eb8..f31a6b5faa 100644 --- a/spec.html +++ b/spec.html @@ -896,7 +896,7 @@

Syntax-Directed Operations

Invoking Syntax-Directed Operations

-

Syntax-directed operations are invoked with a Parse Node and, optionally, other parameters by using the conventions on steps , , and in the following algorithm:

+

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 , , and in the following algorithm:

1. [id="step-sdo-invocation-example-1"] Let _status_ be SyntaxDirectedOperation of |SomeNonTerminal|. 1. Let _someParseNode_ be the parse of some source text.