aboutsummaryrefslogtreecommitdiff
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
parentba4658edcf3247e18aacc75eda30a572ed403af2 (diff)
Add README to commentary folder
-rw-r--r--commentary/README.md8
-rw-r--r--docs/commentary/index.html12
2 files changed, 20 insertions, 0 deletions
diff --git a/commentary/README.md b/commentary/README.md
new file mode 100644
index 00000000..dd745f89
--- /dev/null
+++ b/commentary/README.md
@@ -0,0 +1,8 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/commentary/index.html).*
+
+# BQN commentary
+
+Documents in this directory give context on how BQN was designed or remark on aspects of the language.
+
+- [Problems with BQN](problems.md)
+- [BQN development history](history.md)
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>