Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 380 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 380 Bytes

Brainfuck interpeter

This is a simpel brainfuck interpeter written in rust. It has 2 modes, classic (default) and visualised.

Usage

brainfuck-interpeter <filename> <mode>

You can leave out mode, it defaults to classic. You can also put visualised there to get a live memory map and slowed down execution

Example