aboutsummaryrefslogtreecommitdiff
path: root/docs/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 11:01:23 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 11:01:23 -0400
commit920e5f624551f7b63b590cb0d6c0a6366a45fca2 (patch)
tree2141896274ec901d634f4c4d82d1a0e1cf2ba721 /docs/doc
parent915c912d5c5a645ae268e9088968946e851d5b9e (diff)
Add index for doc/ folder
Diffstat (limited to 'docs/doc')
-rw-r--r--docs/doc/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
new file mode 100644
index 00000000..972611f6
--- /dev/null
+++ b/docs/doc/index.html
@@ -0,0 +1,23 @@
+<head><link href="../style.css" rel="stylesheet"/></head>
+<h1 id="bqn-documentation">BQN documentation</h1>
+<p>Here is the documentation for BQN, describing what features BQN has, how to use them (with examples), and why they were chosen. As it is considerably more in-depth than the <a href="../spec/index.html">specification</a>, the documentation is much less complete. The following pages are present now:</p>
+<p>Concepts:</p>
+<ul>
+<li><a href="context.html">Context-free grammar</a></li>
+<li><a href="functional.html">Functional programming</a></li>
+<li><a href="indices.html">Array indices</a></li>
+</ul>
+<p>Primitives:</p>
+<ul>
+<li><a href="depth.html">Array depth</a> (<code><span class='Function'>≡</span></code> and <code><span class='Composition'>⚇</span></code>)</li>
+<li><a href="group.html">Group</a> (<code><span class='Function'>⊔</span></code>)</li>
+<li><a href="join.html">Join</a> (<code><span class='Function'>∾</span></code>)</li>
+<li><a href="logic.html">Logical functions</a> (<code><span class='Function'>∧∨¬</span></code>)</li>
+<li><a href="transpose.html">Transpose</a> (<code><span class='Function'>⍉</span></code>)</li>
+<li><a href="windows.html">Windows</a> (<code><span class='Function'>↕</span></code>)</li>
+</ul>
+<p>References:</p>
+<ul>
+<li><a href="fromDyalog.html">BQN-Dyalog dictionary</a></li>
+</ul>
+