Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 246 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 246 Bytes

wtf - A Brainfuck Interpreter

This is a simple Brainfuck interpreter written in C++. Eventually the goal is also to compile Brainfuck programs in standalone executables.

Building

make

Usage

./wtf run <source file>