aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-06 09:50:32 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-06 10:44:21 -0400
commit65d08855120a48dae3b0b1225e463b76ce20498d (patch)
tree2db5a018ad654d28c3b5a78188925c49a4e329e4 /running.md
parent9327d48ba01c4d44f38745b6b907b93f49b54622 (diff)
Remove cshim by getting primitive list in dc.bqn from dzref
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/running.md b/running.md
index 6acf3d98..20587b9e 100644
--- a/running.md
+++ b/running.md
@@ -22,7 +22,7 @@ All versions have automated tests in the [test](test/) directory, with the self-
This repository contains a dzaima/BQN script `dzref` that fills in the gaps in primitive support using BQN implementations of primitives that are not yet up to spec ([reference implementations](spec/reference.bqn) of all primitives starting from a small set of pre-existing functions are part of BQN's specification).
-You can run `dzref` from ordinary dzaima/BQN using the `•EX` command; see for example [cshim.bqn](cshim.bqn). For testing, it is run as a Unix script, in which case it depends on an executable `dbqn` that runs dzaima/BQN on a file argument. I use the following script, using the path to a clone of dzaima/BQN for the jar file.
+You can run `dzref` from ordinary dzaima/BQN using the `•EX` command; see for example [wcshim.bqn](wcshim.bqn). For testing, it is run as a Unix script, in which case it depends on an executable `dbqn` that runs dzaima/BQN on a file argument. I use the following script, using the path to a clone of dzaima/BQN for the jar file.
#! /bin/bash