Skip to content

xTarzx/rustfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck interpreter in Rust

can compile to x86_64 linux executable

quickstart:

$cargo build && cp target/debug/bf ./
$./bf

usage:

bf [sim|com] program_path
    sim    simlutate the program
    com    compile to native x86_64 linux executable (doesnt link automatically)

About

Brainfuck interpreter in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published