Skip to content

Sebbl0508/fcker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcker

A brainfuck interpreter.

Specifics

  • Memory Size
    • 30.000 Bytes
  • Over-/Underflow integer
    • Wrapping (0->255 & 255->0)
  • Over-/Underflow data pointer
    • Panic/Crash

Compile

To compile you need to have the rust toolchain installed. Then:

cargo build
# or
cargo build --release

And find your binary at target/debug/fcker or target/release/fcker.

Run

Pass the path to the brainfuck code as the first argument:

./fcker hello_world.bf`

About

Brainfuck Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages