aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:04:45 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:04:54 -0400
commit0a5ec5b2c31eccda5e00239df80ae3675a51b0a2 (patch)
treeb11c548a680f5118f85489ba63299f498c6983d3 /docs
parentacd2159e1778893ff9d97da1120fb0c6e43a6fc1 (diff)
Remove dzref
Diffstat (limited to 'docs')
-rw-r--r--docs/running.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/running.html b/docs/running.html
index 3e247156..b78b10ad 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -31,7 +31,5 @@
<span class='Value'>java</span> <span class='Function'>-</span><span class='Value'>jar</span> <span class='Function'>/</span><span class='Value'>path</span><span class='Function'>/</span><span class='Value'>to</span><span class='Function'>/</span><span class='Value'>dzaima</span><span class='Function'>/BQN/BQN</span><span class='Value'>.jar</span> <span class='String'>&quot;$@&quot;</span>
</pre>
<p>If compiled with Native Image, <code><span class='Value'>nBQN</span></code> can be used directly instead.</p>
-<h4 id="dzaimareference-bqn"><a class="header" href="#dzaimareference-bqn">dzaima+reference BQN</a></h4>
-<p>This repository contains a dzaima/BQN script <code><span class='Value'>dzref</span></code> that fills in gaps in primitive support with BQN implementations. It was used for md.bqn for a while and is no longer used now. The command-line arguments are a script to run and followed by the <code><span class='Value'>•args</span></code> to supply to it.</p>
<h3 id="bqn2ngn"><a class="header" href="#bqn2ngn">BQN2NGN</a></h3>
<p><a href="https://github.com/mlochbaum/BQN2NGN">BQN2NGN</a> is a prototype implementation in Javascript build to experiment with the langauge, which is now abandoned.</p>