diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-01 20:08:39 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-01 20:08:39 -0400 |
| commit | 1b4975d31806f045d966109d96bdffb1da0f3259 (patch) | |
| tree | 65d289006d074f5590791a82dfe8141e0e623b48 /docs | |
| parent | c601aa5d2d49f572ddd4240bf1c7bbca12d7b7a6 (diff) | |
Add a new bqn.bqn that uses the VM
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/running.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index fc91a006..02e43805 100644 --- a/docs/running.html +++ b/docs/running.html @@ -14,7 +14,7 @@ <ul> <li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li> <li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Some parts are fast, some are not.</li> -<li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/vm.bqn">vm.bqn</a>), for testing the compiler easily.</li> +<li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing the compiler easily.</li> <li><a href="https://github.com/cannadayr/ebqn">Erlang</a>, intended for embedding. Too slow to be practical; a <a href="https://github.com/cannadayr/ebqn-rs/">Rust version</a> is in progress to fix this.</li> </ul> <h4 id="javascript"><a class="header" href="#javascript">Javascript</a></h4> |
