aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 15:06:40 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 15:06:49 -0500
commit6514b929e3682463543dc57c5fe1cda8661c250e (patch)
tree90b53e8271a64eb20b4ac0b518e9e2a83af383cb /docs
parentba4658edcf3247e18aacc75eda30a572ed403af2 (diff)
Add README to commentary folder
Diffstat (limited to 'docs')
-rw-r--r--docs/commentary/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/commentary/index.html b/docs/commentary/index.html
new file mode 100644
index 00000000..aed5a578
--- /dev/null
+++ b/docs/commentary/index.html
@@ -0,0 +1,12 @@
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+ <title>BQN commentary</title>
+</head>
+<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a></div>
+<h1 id="bqn-commentary">BQN commentary</h1>
+<p>Documents in this directory give context on how BQN was designed or remark on aspects of the language.</p>
+<ul>
+<li><a href="problems.html">Problems with BQN</a></li>
+<li><a href="history.html">BQN development history</a></li>
+</ul>