aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/index.html')
-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>
+