Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 310 Bytes

brainfvck-interpreter

What does it do?

It is a program that takes brainfuck [.bf] source code as input and executes it

How does it do it?

The interpreter executes the input commands line by line based on a stack created to manage the instruction sets


ALL brainfuck commands are supported!