linuxnoodle / rbf-tool

BF tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rbf-tool

BF interpreter (and hopefully soon to be compiler) written according to the esolang.org specification (this time in rust!).

Compilation:

git clone https://github.com/linuxnoodle/rbf-tool
cd rbf-tool
cargo build --release

Usage:

rbf-interpreter: usage: rbf-interpreter [OPTIONS]... [FILE]
    -h, --help                      shows this help message
    -c, --compile [OUTPUT_NAME]     [TODO] compiles the file to LLVM
    -v, --visualize                 [TODO] shows the memory of the program in a TUI browser

TODO:

  • LLVM compilation
  • TUI memory visualization

About

BF tool.


Languages

Language:Rust 100.0%