Skip to content

Commit fe814d5

Browse files
committed
1 parent 799c375 commit fe814d5

File tree

10 files changed

+967
-105
lines changed

10 files changed

+967
-105
lines changed

contributors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ <h1 id="contributors"><a class="header" href="#contributors">Contributors</a></h
485485

486486
<nav class="nav-wrapper" aria-label="Page navigation">
487487
<!-- Mobile navigation buttons -->
488-
<a rel="prev" href="dev/calyx-pass-explorer.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
488+
<a rel="prev" href="tools/source-locations.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
489489
<i class="fa fa-angle-left"></i>
490490
</a>
491491

@@ -496,7 +496,7 @@ <h1 id="contributors"><a class="header" href="#contributors">Contributors</a></h
496496
</div>
497497

498498
<nav class="nav-wide-wrapper" aria-label="Page navigation">
499-
<a rel="prev" href="dev/calyx-pass-explorer.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
499+
<a rel="prev" href="tools/source-locations.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
500500
<i class="fa fa-angle-left"></i>
501501
</a>
502502

dev/calyx-pass-explorer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h2 id="how-it-works"><a class="header" href="#how-it-works">How it works</a></h
567567
<i class="fa fa-angle-left"></i>
568568
</a>
569569

570-
<a rel="next prefetch" href="../contributors.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
570+
<a rel="next prefetch" href="../tools/source-locations.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
571571
<i class="fa fa-angle-right"></i>
572572
</a>
573573

@@ -581,7 +581,7 @@ <h2 id="how-it-works"><a class="header" href="#how-it-works">How it works</a></h
581581
<i class="fa fa-angle-left"></i>
582582
</a>
583583

584-
<a rel="next prefetch" href="../contributors.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
584+
<a rel="next prefetch" href="../tools/source-locations.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
585585
<i class="fa fa-angle-right"></i>
586586
</a>
587587
</nav>

lang/attributes.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@ <h3 id="data"><a class="header" href="#data"><code>@data</code></a></h3>
647647
as before.</p>
648648
<h3 id="protected"><a class="header" href="#protected"><code>@protected</code></a></h3>
649649
<p>Marks that the cell should not be removed or shared during optimization.</p>
650+
<h3 id="pos"><a class="header" href="#pos"><code>@pos</code></a></h3>
651+
<p>Contains the position IDs for <a href="../tools/source-locations.html">source location(s)</a> of the marked component/cell/group/control statement. Note that <code>@pos</code> is a set attribute (uses curly brace syntax) and can contain multiple values.</p>
650652

651653
</main>
652654

print.html

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/calyx_frontend/parser/enum.AliasedRule.html

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

source/search-index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

toc.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/source-locations.html

Lines changed: 545 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)