From 10b72d3a9a74cda526219bdc149dac8feb3f25e4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 1 Nov 2021 16:22:09 -0400 Subject: Move all dzaima/BQN-specific tools into test/ --- running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'running.md') 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 -- cgit v1.2.3