From 3fff103ca5f38dbeac106314b3c96497f8501ad5 Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:06:45 +0000 Subject: deploy: 73c7330d554cf1e9147de4f7bc03417a18c7c34a --- bf_vm/index.html | 2 +- help.html | 2 +- settings.html | 2 +- src/bf_vm/bf_vm.rs.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bf_vm/index.html b/bf_vm/index.html index d1ff6bd..aeef3db 100644 --- a/bf_vm/index.html +++ b/bf_vm/index.html @@ -1,6 +1,6 @@ bf_vm - Rust

Crate bf_vm

source
Expand description

Brainfuck VM.

This example implements a simple -[brainfuck][https://en.wikipedia.org/wiki/Brainfuck] interpreter +brainfuck interpreter [BrainfuckInterp] and a jit compiler [BrainfuckJit].

Brainfuck is an esoteric programming languge existing of 8 commands.

    diff --git a/help.html b/help.html index c582c27..86f2973 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -Help

    Rustdoc help

    Back
    \ No newline at end of file +Help

    Rustdoc help

    Back
    \ No newline at end of file diff --git a/settings.html b/settings.html index 6c51b9b..7542020 100644 --- a/settings.html +++ b/settings.html @@ -1 +1 @@ -Settings

    Rustdoc settings

    Back
    \ No newline at end of file +Settings

    Rustdoc settings

    Back
    \ No newline at end of file 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 @@ 292
//! 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.
-- 
cgit v1.2.3