Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 287 Bytes

A dead-simple brainfuck interpreter in Rust

How to run

    1. Install oxidized-brainfuck, and add it to your path
    1. obf file.bf

Working mechanism

  • infinite tape
  • pointers
  • .<>+-,[]
  • ???
  • profit

Why?

idk lmao the name is cool

How to write brainfuck

idk