aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/bf_vm
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-12-07 01:06:45 +0000
committerjohannst <johannst@users.noreply.github.com>2024-12-07 01:06:45 +0000
commit3fff103ca5f38dbeac106314b3c96497f8501ad5 (patch)
tree69e6f20efa898f25402c2ccffd522d664c08dd50 /src/bf_vm
parent5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e (diff)
downloadjuicebox-asm-3fff103ca5f38dbeac106314b3c96497f8501ad5.tar.gz
juicebox-asm-3fff103ca5f38dbeac106314b3c96497f8501ad5.zip
deploy: 73c7330d554cf1e9147de4f7bc03417a18c7c34a
Diffstat (limited to 'src/bf_vm')
-rw-r--r--src/bf_vm/bf_vm.rs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bf_vm/bf_vm.rs.html b/src/bf_vm/bf_vm.rs.html
index a62b04e..fd2fe24 100644
--- a/src/bf_vm/bf_vm.rs.html
+++ b/src/bf_vm/bf_vm.rs.html
@@ -293,7 +293,7 @@
<a href="#292" id="292">292</a></pre></div><pre class="rust"><code><span class="doccomment">//! Brainfuck VM.
//!
//! This example implements a simple
-//! [brainfuck][https://en.wikipedia.org/wiki/Brainfuck] interpreter
+//! [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter
//! [`BrainfuckInterp`] and a jit compiler [`BrainfuckJit`].
//!
//! Brainfuck is an esoteric programming languge existing of 8 commands.