This commit is contained in:
artegoser 2023-12-26 10:07:34 +00:00
parent 1125d71436
commit 3dc0ed8356
16 changed files with 279 additions and 20 deletions

View file

@ -88,7 +88,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html" class="active"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.2.</strong> Examples</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html" class="active"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../specification/parser/index.html"><strong aria-hidden="true">1.2.</strong> Parser</a></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.3.</strong> Examples</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
@ -183,7 +183,7 @@
<i class="fa fa-angle-left"></i>
</a>
<a rel="next prefetch" href="../../../examples/index.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../../../specification/parser/index.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
@ -197,7 +197,7 @@
<i class="fa fa-angle-left"></i>
</a>
<a rel="next prefetch" href="../../../examples/index.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../../../specification/parser/index.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>

View file

@ -88,7 +88,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html" class="active"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.2.</strong> Examples</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html" class="active"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../specification/parser/index.html"><strong aria-hidden="true">1.2.</strong> Parser</a></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.3.</strong> Examples</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>

View file

@ -88,7 +88,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html" class="active"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.2.</strong> Examples</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html" class="active"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../specification/parser/index.html"><strong aria-hidden="true">1.2.</strong> Parser</a></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.3.</strong> Examples</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>

View file

@ -88,7 +88,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html" class="active"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.2.</strong> Examples</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html" class="active"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../specification/parser/index.html"><strong aria-hidden="true">1.2.</strong> Parser</a></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.3.</strong> Examples</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>

View file

@ -88,7 +88,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html" class="active"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.2.</strong> Examples</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../../../specification/index.html"><strong aria-hidden="true">1.</strong> Specification</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/index.html"><strong aria-hidden="true">1.1.</strong> Tokens</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/token-format.html"><strong aria-hidden="true">1.1.1.</strong> Token format</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/token-kinds.html"><strong aria-hidden="true">1.1.2.</strong> Token Kinds</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/operators.html" class="active"><strong aria-hidden="true">1.1.2.1.</strong> Operators</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/keywords.html"><strong aria-hidden="true">1.1.2.2.</strong> Keywords</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/identifiers.html"><strong aria-hidden="true">1.1.2.3.</strong> Identifiers</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/literals.html"><strong aria-hidden="true">1.1.2.4.</strong> Literals</a></li><li class="chapter-item expanded "><a href="../../../specification/tokens/kinds/brackets.html"><strong aria-hidden="true">1.1.2.5.</strong> Brackets</a></li></ol></li></ol></li><li class="chapter-item expanded "><a href="../../../specification/parser/index.html"><strong aria-hidden="true">1.2.</strong> Parser</a></li><li class="chapter-item expanded "><a href="../../../examples/index.html"><strong aria-hidden="true">1.3.</strong> Examples</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>