aboutsummaryrefslogtreecommitdiff
path: root/docs/running.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 23:35:02 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 23:35:02 -0400
commit4b9b761cc990f9247083ea28a32d9123bb752818 (patch)
tree9e491c67662f8378ba39c8da90b6ae6a6783d596 /docs/running.html
parentc63290ae05990f54619207ac6ee0b3fbf6f9c145 (diff)
Add a main repository link to html files and titles to spec files
Diffstat (limited to 'docs/running.html')
-rw-r--r--docs/running.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/running.html b/docs/running.html
index 02ad00db..a8c9a2e0 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -1,4 +1,5 @@
<head><link href="style.css" rel="stylesheet"/></head>
+<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div>
<h1 id="how-to-run-bqn">How to run BQN</h1>
<p>BQN is in a very early stage of development, and there is currently no complete implementation of the language. However, it's a relatively simple language to implement, and a few implementations come close.</p>
<h3 id="bqn-ngn">BQN2NGN</h3>