Skip to content

CroxxN/obf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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