Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 308 Bytes

brainf*ck Interpreter

This is a fckingly easy-to-use brainfck interpreter, just pass your code as an argument of the executable:

brainf_intp [,.]

To install or test the interpreter, either build it from the source using Cargo or install it using cargo:

cargo install brainf_intp