From 8876526e956781c1b3e6a19cfc13af406af47546 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 8 Dec 2024 22:49:14 +0000 Subject: deploy: 5f90bf71ab2d347fbe2d0dc89b71ab5d6e923b46 --- bf_vm/index.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 bf_vm/index.html (limited to 'bf_vm/index.html') diff --git a/bf_vm/index.html b/bf_vm/index.html deleted file mode 100644 index aeef3db..0000000 --- a/bf_vm/index.html +++ /dev/null @@ -1,16 +0,0 @@ -bf_vm - Rust

Crate bf_vm

source
Expand description

Brainfuck VM.

-

This example implements a simple -brainfuck interpreter -[BrainfuckInterp] and a jit compiler [BrainfuckJit].

-

Brainfuck is an esoteric programming languge existing of 8 commands.

-
    -
  • > increment data pointer.
  • -
  • < decrement data pointer.
  • -
  • + increment data at current data pointer.
  • -
  • - decrement data at current data pointer.
  • -
  • . output data at current data pointer.
  • -
  • , read input and store at current data pointer.
  • -
  • [ jump behind matching ‘]’ if data at data pointer is zero.
  • -
  • ] jump behind matching ‘[’ if data at data pointer is non-zero.
  • -
-
\ No newline at end of file -- cgit v1.2.3