Skip to content

An interpreter for the brainfuck language, written in Rust, including a basic Read-Eval-Print Loop (REPL) and simple syntax validation.

Notifications You must be signed in to change notification settings

KarimAED/brainfuck-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc2e279 · Jan 11, 2024

History

2 Commits
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024

Repository files navigation

A Rust program to interpret brainfuck code.

Features

  • Interpretation on the fly.
  • A visual representation of the current state of the underlying data structure.
  • Interactive coding using a Read-Eval-Print Loop (REPL)

Todos

  • Better output formatting
  • More comprehensive testing and commenting
  • A compile mode

About

An interpreter for the brainfuck language, written in Rust, including a basic Read-Eval-Print Loop (REPL) and simple syntax validation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages