diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-29 10:56:26 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-29 10:56:26 -0400 |
| commit | 3b3463349990ec179f42a8a805ecd3a3f06b9dbb (patch) | |
| tree | c86e1091d8b0335335fa059b8219c05c4e69f95f /running.md | |
| parent | 417c7ef9b7022c7cbca1ebda7f2d00436cc1ac51 (diff) | |
Update running.md test directory links
Diffstat (limited to 'running.md')
| -rw-r--r-- | running.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ The bytecode is also the same as dzaima/BQN's format, and [an extension](dc.bqn) This version is not yet suitable for serious programming. The runtime has full error checking but the compiler does not, so syntax errors can go unreported. It does not yet support function headers or multiple bodies. The Javascript-based compiler is also slow, taking about 0.05 seconds plus 1 second per kilobyte of source (this is purely due to the slow runtime, as dzaima+reference achieves 1ms/kB with the same compiler once warmed up). -All versions have automated tests in the [test](test/) directory, with the self-hosted version ([test/tj.js](test/tj.js)) and WebAssembly backend ([test/t.js](test/t.js)) tested with Javascript using Node and the dzaima/BQN backend tested with BQN itself ([test/bt](test/bt)). +All versions have automated tests in the [test](test/) directory, with the self-hosted version ([test/js](test/js)) and WebAssembly backend ([test/dz_wasm.js](test/dz_wasm.js)) tested with Javascript using Node and the dzaima/BQN backend tested with BQN itself ([test/dz_comp](test/dz_comp)). ### dzaima/BQN |
