Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 180 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 180 Bytes

Prolog Brainfuck Interpreter

Brainfuck interpreter written in Prolog.

Usage

Load brainfuck.pl, then query: interpret(X). where X is a string containing brainfuck code.