Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 485 Bytes

Brainfuck-rs

brainfuck-rs is a brainfuck interpreter implemented in Rust.

Usage

The package is split in a small static library and an executable which provides a simple interface. Using the binary is straightforward:

$ brainfsk -h
Usage: brainfsk [options] [--] <filename>
       brainfsk (-h | --help)

Options:
    -d, --dump  Instead of executing, dump string representation of ops to stdout
    -h, --help  Show this message