Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 510 Bytes

brainfucaml

An OCaml implementation of a Brainfuck interpreter.

Progress Build Status


Status: done.


Usage

ocamlc -o brainfucaml brainfucaml.ml
./brainfucaml helloworld.bf

License

BSD 3-Clause: LICENSE.txt

LICENSE