aboutsummaryrefslogtreecommitdiff
path: root/docs/spec/README.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 10:39:24 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-18 11:00:18 -0400
commit915c912d5c5a645ae268e9088968946e851d5b9e (patch)
treea9a625802da9186eaf97bb415eaaf1615278bdb4 /docs/spec/README.html
parent56b4cf717450b0a788986c8f8db8774c1a1eaad9 (diff)
Change README.md to index.html, not README.html
Diffstat (limited to 'docs/spec/README.html')
-rw-r--r--docs/spec/README.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/spec/README.html b/docs/spec/README.html
deleted file mode 100644
index 6a4ba53f..00000000
--- a/docs/spec/README.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<head><link href="../style.css" rel="stylesheet"/></head>
-<h1 id="bqn-specification">BQN specification</h1>
-<p>This directory gives a (currently incomplete) specification for BQN. The specification differs from the documentation in <code><span class='Value'>doc</span><span class='Function'>/</span></code> in that its purpose is only to describe the exact details of BQN's operation in the most quickly accessible way, rather than to explain the core ideas of BQN functionality and how it might be used. Since it is easier to specify than to document, the specification is currently more complete than the documentation; for example, it includes nearly all primitives.</p>
-<p>The following aspects define BQN and are or will be specified:</p>
-<ul>
-<li><a href="types.html">Types</a></li>
-<li><a href="token.html">Token formation</a></li>
-<li><a href="literal.html">Literals</a></li>
-<li><a href="grammar.html">Grammar</a></li>
-<li>Scoping</li>
-<li><a href="evaluate.html">Evaluation semantics</a></li>
-<li>Primitives (<a href="reference.bqn">reference implementations</a>)</li>
-</ul>
-