Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 279 Bytes

README.org

File metadata and controls

10 lines (8 loc) · 279 Bytes

README

A brainfuck interpreter written in rust. This could probably be in a functional language instead, considering the main loop is recursive. It’s only missing one operation, and that’s the , operation.

Build with

cargo build --release