Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 255 Bytes

BF Interpreter

A simple Brainfuck interpreter written in Rust.

Currently it only supports the classic Brainfuck, where the memory is a 30,000-lengthed u8 array.

For usages, check ./bf-interpreter --help.