Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 184 Bytes

File metadata and controls

12 lines (8 loc) · 184 Bytes

OFuckml

Basic brainfuck interpreter written in OCaml.

Usage

Requires OCaml (>= 5.2.1).

Build with make or manually via ocamlc or ocamlopt. Then,

./ofuckml <file>