aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:22:09 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:30:33 -0400
commit10b72d3a9a74cda526219bdc149dac8feb3f25e4 (patch)
treef6cd814796e5396677e5626f1beae2925fb02a1a /running.md
parent0a5ec5b2c31eccda5e00239df80ae3675a51b0a2 (diff)
Move all dzaima/BQN-specific tools into test/
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 98790c04..51b6f1a0 100644
--- a/running.md
+++ b/running.md
@@ -15,7 +15,7 @@ This version of BQN is [implemented](implementation/README.md) mainly in BQN its
Support in the following languages has been implemented:
- Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
- [C](https://github.com/dzaima/CBQN), targetting high performance. Some parts are fast, some are not.
-- dzaima/BQN ([bqn.bqn](bqn.bqn)), mainly for testing.
+- BQN ([vm.bqn](vm.bqn)), for testing the compiler easily.
- [Erlang](https://github.com/cannadayr/ebqn), intended for embedding. Too slow to be practical; a [Rust version](https://github.com/cannadayr/ebqn-rs/) is in progress to fix this.
#### Javascript