diff options
author | johannst <johannst@users.noreply.github.com> | 2024-12-07 01:06:45 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-12-07 01:06:45 +0000 |
commit | 3fff103ca5f38dbeac106314b3c96497f8501ad5 (patch) | |
tree | 69e6f20efa898f25402c2ccffd522d664c08dd50 /src/bf_vm/bf_vm.rs.html | |
parent | 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e (diff) | |
download | juicebox-asm-3fff103ca5f38dbeac106314b3c96497f8501ad5.tar.gz juicebox-asm-3fff103ca5f38dbeac106314b3c96497f8501ad5.zip |
deploy: 73c7330d554cf1e9147de4f7bc03417a18c7c34a
Diffstat (limited to 'src/bf_vm/bf_vm.rs.html')
-rw-r--r-- | src/bf_vm/bf_vm.rs.html | 2 |
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. |