Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 195 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 195 Bytes

A simple Brainfuck interpreter written in rust (with pointer wrapping)

Building

  1. Run cargo build:
cargo build
  1. That's it!

Usage

./bfrs file.bf