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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bf_vm') 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.

    -- cgit v1.2.3