Skip to content

Commit

Permalink
build based on 94852f4
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 5, 2024
1 parent 74f7877 commit ba95249
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.1","generation_timestamp":"2024-03-04T15:22:49","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.1","generation_timestamp":"2024-03-05T10:44:29","documenter_version":"1.3.0"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
Parser.LITERAL{K}
Parser.OPERATOR{P,K,dot}
Parser.PUNCTUATION
Parser.QUOTENODE</code></pre><p>The <code>K</code> parameterisation refers to the <code>kind</code> of the associated token as specified by <code>Tokenize.Tokens.Kind</code>. The <code>P</code> and <code>dot</code> parameters for operators refers to the precedence of the operator and whether it is dotted (e.g. <code>.+</code>).</p><p><code>INSTANCE</code>s represent singular objects that may have a concrete or implicit relation to a portion of the source text. In the the former case they have a <code>span</code> storing the width in bytes that they occupy in the source text, in the latter case their span is 0. Additionally, <code>IDENTIFIER</code>s store their value as a <code>Symbol</code> and <code>LITERAL</code>s as a <code>String</code>.</p><p><code>EXPR</code> are equivalent to <code>Base.Expr</code> but have extra fields to store their span and any punctuation tokens.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="syntax/">Syntax Reference »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Monday 4 March 2024 15:22">Monday 4 March 2024</span>. Using Julia version 1.10.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Parser.QUOTENODE</code></pre><p>The <code>K</code> parameterisation refers to the <code>kind</code> of the associated token as specified by <code>Tokenize.Tokens.Kind</code>. The <code>P</code> and <code>dot</code> parameters for operators refers to the precedence of the operator and whether it is dotted (e.g. <code>.+</code>).</p><p><code>INSTANCE</code>s represent singular objects that may have a concrete or implicit relation to a portion of the source text. In the the former case they have a <code>span</code> storing the width in bytes that they occupy in the source text, in the latter case their span is 0. Additionally, <code>IDENTIFIER</code>s store their value as a <code>Symbol</code> and <code>LITERAL</code>s as a <code>String</code>.</p><p><code>EXPR</code> are equivalent to <code>Base.Expr</code> but have extra fields to store their span and any punctuation tokens.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="syntax/">Syntax Reference »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Tuesday 5 March 2024 10:44">Tuesday 5 March 2024</span>. Using Julia version 1.10.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Binary file modified dev/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions dev/syntax/index.html

Large diffs are not rendered by default.

0 comments on commit ba95249

Please # to comment.