Skip to content

Commit

Permalink
Add section of command notation
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Jun 23, 2024
1 parent 7983b6e commit 193951c
Show file tree
Hide file tree
Showing 36 changed files with 60 additions and 42 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="getting_started.html"><strong aria-hidden="true">2.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="getting_started/try_stack.html"><strong aria-hidden="true">2.1.</strong> Try Stack in the OXE</a></li><li class="chapter-item expanded "><a href="getting_started/installation.html"><strong aria-hidden="true">2.2.</strong> Installation</a></li><li class="chapter-item expanded "><a href="getting_started/hello_world.html"><strong aria-hidden="true">2.3.</strong> Hello, World!</a></li><li class="chapter-item expanded "><a href="getting_started/fizz_buzz.html"><strong aria-hidden="true">2.4.</strong> Solve Fizz Buzz</a></li><li class="chapter-item expanded "><a href="getting_started/cli_tools.html"><strong aria-hidden="true">2.5.</strong> CLI Tools</a></li><li class="chapter-item expanded "><a href="getting_started/build_web_server.html"><strong aria-hidden="true">2.6.</strong> Build Web Server</a></li></ol></li><li class="chapter-item expanded "><a href="grammar.html"><strong aria-hidden="true">3.</strong> Grammar</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="grammar/string_notation.html"><strong aria-hidden="true">3.1.</strong> String Notation</a></li><li class="chapter-item expanded "><a href="grammar/list_notation.html"><strong aria-hidden="true">3.2.</strong> List Notation</a></li><li class="chapter-item expanded "><a href="grammar/comment_notation.html"><strong aria-hidden="true">3.3.</strong> Comment Notation</a></li><li class="chapter-item expanded "><a href="grammar/data_types.html"><strong aria-hidden="true">3.4.</strong> Data Types</a></li></ol></li><li class="chapter-item expanded "><a href="distributions_list.html"><strong aria-hidden="true">4.</strong> Distributions List</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="distributions_list/stack_lang.html"><strong aria-hidden="true">4.1.</strong> Stack Lang</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_server.html"><strong aria-hidden="true">4.2.</strong> Stack Server</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_wasm.html"><strong aria-hidden="true">4.3.</strong> Stack Wasm</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_java.html"><strong aria-hidden="true">4.4.</strong> Stack Java</a></li></ol></li><li class="chapter-item expanded "><a href="commands_reference.html"><strong aria-hidden="true">5.</strong> Commands Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="commands_reference/calculation.html"><strong aria-hidden="true">5.1.</strong> Calculation</a></li><li class="chapter-item expanded "><a href="commands_reference/input_output.html"><strong aria-hidden="true">5.2.</strong> Input/Output</a></li><li class="chapter-item expanded "><a href="commands_reference/control.html"><strong aria-hidden="true">5.3.</strong> Control</a></li><li class="chapter-item expanded "><a href="commands_reference/string.html"><strong aria-hidden="true">5.4.</strong> String</a></li><li class="chapter-item expanded "><a href="commands_reference/list.html"><strong aria-hidden="true">5.5.</strong> List</a></li><li class="chapter-item expanded "><a href="commands_reference/functional.html"><strong aria-hidden="true">5.6.</strong> Functional</a></li><li class="chapter-item expanded "><a href="commands_reference/object_oriented.html"><strong aria-hidden="true">5.7.</strong> Object-Oriented</a></li><li class="chapter-item expanded "><a href="commands_reference/shell_based.html"><strong aria-hidden="true">5.8.</strong> Shell Based</a></li><li class="chapter-item expanded "><a href="commands_reference/web_server.html"><strong aria-hidden="true">5.9.</strong> Web Server</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="getting_started.html"><strong aria-hidden="true">2.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="getting_started/try_stack.html"><strong aria-hidden="true">2.1.</strong> Try Stack in the OXE</a></li><li class="chapter-item expanded "><a href="getting_started/installation.html"><strong aria-hidden="true">2.2.</strong> Installation</a></li><li class="chapter-item expanded "><a href="getting_started/hello_world.html"><strong aria-hidden="true">2.3.</strong> Hello, World!</a></li><li class="chapter-item expanded "><a href="getting_started/fizz_buzz.html"><strong aria-hidden="true">2.4.</strong> Solve Fizz Buzz</a></li><li class="chapter-item expanded "><a href="getting_started/cli_tools.html"><strong aria-hidden="true">2.5.</strong> CLI Tools</a></li><li class="chapter-item expanded "><a href="getting_started/build_web_server.html"><strong aria-hidden="true">2.6.</strong> Build Web Server</a></li></ol></li><li class="chapter-item expanded "><a href="grammar.html"><strong aria-hidden="true">3.</strong> Grammar</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="grammar/string_notation.html"><strong aria-hidden="true">3.1.</strong> String Notation</a></li><li class="chapter-item expanded "><a href="grammar/list_notation.html"><strong aria-hidden="true">3.2.</strong> List Notation</a></li><li class="chapter-item expanded "><a href="grammar/command_notation.html"><strong aria-hidden="true">3.3.</strong> Command Notation</a></li><li class="chapter-item expanded "><a href="grammar/data_types.html"><strong aria-hidden="true">3.4.</strong> Data Types</a></li></ol></li><li class="chapter-item expanded "><a href="distributions_list.html"><strong aria-hidden="true">4.</strong> Distributions List</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="distributions_list/stack_lang.html"><strong aria-hidden="true">4.1.</strong> Stack Lang</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_server.html"><strong aria-hidden="true">4.2.</strong> Stack Server</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_wasm.html"><strong aria-hidden="true">4.3.</strong> Stack Wasm</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_java.html"><strong aria-hidden="true">4.4.</strong> Stack Java</a></li></ol></li><li class="chapter-item expanded "><a href="commands_reference.html"><strong aria-hidden="true">5.</strong> Commands Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="commands_reference/calculation.html"><strong aria-hidden="true">5.1.</strong> Calculation</a></li><li class="chapter-item expanded "><a href="commands_reference/input_output.html"><strong aria-hidden="true">5.2.</strong> Input/Output</a></li><li class="chapter-item expanded "><a href="commands_reference/control.html"><strong aria-hidden="true">5.3.</strong> Control</a></li><li class="chapter-item expanded "><a href="commands_reference/string.html"><strong aria-hidden="true">5.4.</strong> String</a></li><li class="chapter-item expanded "><a href="commands_reference/list.html"><strong aria-hidden="true">5.5.</strong> List</a></li><li class="chapter-item expanded "><a href="commands_reference/functional.html"><strong aria-hidden="true">5.6.</strong> Functional</a></li><li class="chapter-item expanded "><a href="commands_reference/object_oriented.html"><strong aria-hidden="true">5.7.</strong> Object-Oriented</a></li><li class="chapter-item expanded "><a href="commands_reference/shell_based.html"><strong aria-hidden="true">5.8.</strong> Shell Based</a></li><li class="chapter-item expanded "><a href="commands_reference/web_server.html"><strong aria-hidden="true">5.9.</strong> Web Server</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/commands_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="getting_started.html"><strong aria-hidden="true">2.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="getting_started/try_stack.html"><strong aria-hidden="true">2.1.</strong> Try Stack in the OXE</a></li><li class="chapter-item expanded "><a href="getting_started/installation.html"><strong aria-hidden="true">2.2.</strong> Installation</a></li><li class="chapter-item expanded "><a href="getting_started/hello_world.html"><strong aria-hidden="true">2.3.</strong> Hello, World!</a></li><li class="chapter-item expanded "><a href="getting_started/fizz_buzz.html"><strong aria-hidden="true">2.4.</strong> Solve Fizz Buzz</a></li><li class="chapter-item expanded "><a href="getting_started/cli_tools.html"><strong aria-hidden="true">2.5.</strong> CLI Tools</a></li><li class="chapter-item expanded "><a href="getting_started/build_web_server.html"><strong aria-hidden="true">2.6.</strong> Build Web Server</a></li></ol></li><li class="chapter-item expanded "><a href="grammar.html"><strong aria-hidden="true">3.</strong> Grammar</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="grammar/string_notation.html"><strong aria-hidden="true">3.1.</strong> String Notation</a></li><li class="chapter-item expanded "><a href="grammar/list_notation.html"><strong aria-hidden="true">3.2.</strong> List Notation</a></li><li class="chapter-item expanded "><a href="grammar/comment_notation.html"><strong aria-hidden="true">3.3.</strong> Comment Notation</a></li><li class="chapter-item expanded "><a href="grammar/data_types.html"><strong aria-hidden="true">3.4.</strong> Data Types</a></li></ol></li><li class="chapter-item expanded "><a href="distributions_list.html"><strong aria-hidden="true">4.</strong> Distributions List</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="distributions_list/stack_lang.html"><strong aria-hidden="true">4.1.</strong> Stack Lang</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_server.html"><strong aria-hidden="true">4.2.</strong> Stack Server</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_wasm.html"><strong aria-hidden="true">4.3.</strong> Stack Wasm</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_java.html"><strong aria-hidden="true">4.4.</strong> Stack Java</a></li></ol></li><li class="chapter-item expanded "><a href="commands_reference.html" class="active"><strong aria-hidden="true">5.</strong> Commands Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="commands_reference/calculation.html"><strong aria-hidden="true">5.1.</strong> Calculation</a></li><li class="chapter-item expanded "><a href="commands_reference/input_output.html"><strong aria-hidden="true">5.2.</strong> Input/Output</a></li><li class="chapter-item expanded "><a href="commands_reference/control.html"><strong aria-hidden="true">5.3.</strong> Control</a></li><li class="chapter-item expanded "><a href="commands_reference/string.html"><strong aria-hidden="true">5.4.</strong> String</a></li><li class="chapter-item expanded "><a href="commands_reference/list.html"><strong aria-hidden="true">5.5.</strong> List</a></li><li class="chapter-item expanded "><a href="commands_reference/functional.html"><strong aria-hidden="true">5.6.</strong> Functional</a></li><li class="chapter-item expanded "><a href="commands_reference/object_oriented.html"><strong aria-hidden="true">5.7.</strong> Object-Oriented</a></li><li class="chapter-item expanded "><a href="commands_reference/shell_based.html"><strong aria-hidden="true">5.8.</strong> Shell Based</a></li><li class="chapter-item expanded "><a href="commands_reference/web_server.html"><strong aria-hidden="true">5.9.</strong> Web Server</a></li></ol></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="getting_started.html"><strong aria-hidden="true">2.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="getting_started/try_stack.html"><strong aria-hidden="true">2.1.</strong> Try Stack in the OXE</a></li><li class="chapter-item expanded "><a href="getting_started/installation.html"><strong aria-hidden="true">2.2.</strong> Installation</a></li><li class="chapter-item expanded "><a href="getting_started/hello_world.html"><strong aria-hidden="true">2.3.</strong> Hello, World!</a></li><li class="chapter-item expanded "><a href="getting_started/fizz_buzz.html"><strong aria-hidden="true">2.4.</strong> Solve Fizz Buzz</a></li><li class="chapter-item expanded "><a href="getting_started/cli_tools.html"><strong aria-hidden="true">2.5.</strong> CLI Tools</a></li><li class="chapter-item expanded "><a href="getting_started/build_web_server.html"><strong aria-hidden="true">2.6.</strong> Build Web Server</a></li></ol></li><li class="chapter-item expanded "><a href="grammar.html"><strong aria-hidden="true">3.</strong> Grammar</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="grammar/string_notation.html"><strong aria-hidden="true">3.1.</strong> String Notation</a></li><li class="chapter-item expanded "><a href="grammar/list_notation.html"><strong aria-hidden="true">3.2.</strong> List Notation</a></li><li class="chapter-item expanded "><a href="grammar/command_notation.html"><strong aria-hidden="true">3.3.</strong> Command Notation</a></li><li class="chapter-item expanded "><a href="grammar/data_types.html"><strong aria-hidden="true">3.4.</strong> Data Types</a></li></ol></li><li class="chapter-item expanded "><a href="distributions_list.html"><strong aria-hidden="true">4.</strong> Distributions List</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="distributions_list/stack_lang.html"><strong aria-hidden="true">4.1.</strong> Stack Lang</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_server.html"><strong aria-hidden="true">4.2.</strong> Stack Server</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_wasm.html"><strong aria-hidden="true">4.3.</strong> Stack Wasm</a></li><li class="chapter-item expanded "><a href="distributions_list/stack_java.html"><strong aria-hidden="true">4.4.</strong> Stack Java</a></li></ol></li><li class="chapter-item expanded "><a href="commands_reference.html" class="active"><strong aria-hidden="true">5.</strong> Commands Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="commands_reference/calculation.html"><strong aria-hidden="true">5.1.</strong> Calculation</a></li><li class="chapter-item expanded "><a href="commands_reference/input_output.html"><strong aria-hidden="true">5.2.</strong> Input/Output</a></li><li class="chapter-item expanded "><a href="commands_reference/control.html"><strong aria-hidden="true">5.3.</strong> Control</a></li><li class="chapter-item expanded "><a href="commands_reference/string.html"><strong aria-hidden="true">5.4.</strong> String</a></li><li class="chapter-item expanded "><a href="commands_reference/list.html"><strong aria-hidden="true">5.5.</strong> List</a></li><li class="chapter-item expanded "><a href="commands_reference/functional.html"><strong aria-hidden="true">5.6.</strong> Functional</a></li><li class="chapter-item expanded "><a href="commands_reference/object_oriented.html"><strong aria-hidden="true">5.7.</strong> Object-Oriented</a></li><li class="chapter-item expanded "><a href="commands_reference/shell_based.html"><strong aria-hidden="true">5.8.</strong> Shell Based</a></li><li class="chapter-item expanded "><a href="commands_reference/web_server.html"><strong aria-hidden="true">5.9.</strong> Web Server</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down
Loading

0 comments on commit 193951c

Please sign in to comment.