Skip to content

Commit

Permalink
Stack curReifier in Annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 26, 2024
1 parent 5d909e4 commit 3ad14fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1845,13 +1845,12 @@ <h4 id="reifiedTriple" style="padding-bottom:0; margin-bottom:0;"><span>Reified
<h4 id="annotation" style="padding-bottom:0; margin-bottom:0;"><span>Annotations</span></h4>

<p>Beginning the <a href="#grammar-production-annotation"><code>annotation</code></a> production
records the |curSubject| and |curPredicate|.
records the |curSubject|, |curPredicate|, and |curReifier|.
A new <a href="#grammar-production-tripleTerm"><code>tripleTerm</code></a> instance |curTripleTerm|
is created using the |curSubject| |curPredicate| |curObject|,
and the value of the |curReifier| is cleared.
Finishing the <a href="#grammar-production-annotation"><code>annotation</code></a> production,
clear the |curReifier|,
and restore the recorded values of the |curSubject| and |curPredicate|.</p>
Finishing the <a href="#grammar-production-annotation"><code>annotation</code></a> production
restores the recorded values of the |curSubject|, |curPredicate|, and |curReifier|.</p>

<h4 id="annotationBlock" style="padding-bottom:0; margin-bottom:0;"><span>Annotation Blocks</span></h4>

Expand Down

0 comments on commit 3ad14fb

Please sign in to comment.