An open API service indexing awesome lists of open source software.

https://github.com/lukad/obf

🧠 obf is a Brainfuck interpreter using LLVM written in OCaml
https://github.com/lukad/obf

brainfuck interpreter jit llvm ocaml

Last synced: 7 months ago
JSON representation

🧠 obf is a Brainfuck interpreter using LLVM written in OCaml

Awesome Lists containing this project

README

          

# obf

`obf` is a Brainfuck interpreter using [Llvm](https://llvm.org/).

## Demo

[![asciicast](https://asciinema.org/a/179731.png)](https://asciinema.org/a/179731)

## Installing

### Prerequesites

Install [OCaml](https://ocaml.org/) and [OPAM](https://opam.ocaml.org/).

### Building from source

```bash
git clone git@github.com:lukad/obf.git
cd obf
opam pin add obf $PWD -n
opam update
opam depext --install obf
```