From e858f41dffaee272ffcf4b2cb63a49ad25ebf7d7 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 15 Mar 2021 15:01:22 -0400 Subject: Highlight namespace dot as a separate token in md.bqn --- docs/running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index 2e1e9892..48c05f6e 100644 --- a/docs/running.html +++ b/docs/running.html @@ -17,7 +17,7 @@

You can run dzref from ordinary dzaima/BQN using the •Import command; see for example 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
 
-java -jar /path/to/dzaima/BQN/BQN.jar -f "$@"
+java -jar /path/to/dzaima/BQN/BQN.jar -f "$@"
 

The left argument for •Import or the shell arguments can contain up to two arguments for the script. The first is a file to run, and the second is BQN code to be run after it.

BQN2NGN

-- cgit v1.2.3