mirror of
https://github.com/SymboScript/Book.git
synced 2025-02-22 12:23:16 +03:00
deploy: bb6c67333d
This commit is contained in:
parent
1125d71436
commit
3dc0ed8356
16 changed files with 279 additions and 20 deletions
|
@ -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"><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" class="active"><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"><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" class="active"><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>
|
||||
|
@ -180,7 +180,7 @@
|
|||
|
||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||
<!-- Mobile navigation buttons -->
|
||||
<a rel="prev" href="../specification/tokens/kinds/brackets.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||
<a rel="prev" href="../specification/parser/index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||
<i class="fa fa-angle-left"></i>
|
||||
</a>
|
||||
|
||||
|
@ -191,7 +191,7 @@
|
|||
</div>
|
||||
|
||||
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
||||
<a rel="prev" href="../specification/tokens/kinds/brackets.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||
<a rel="prev" href="../specification/parser/index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
||||
<i class="fa fa-angle-left"></i>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue