Skip to content

HugoArts/brainfuck-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Brainfuck interpreter in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages