Skip to content
/ obf Public

🧠 obf is a Brainfuck interpreter using LLVM written in OCaml

License

Notifications You must be signed in to change notification settings

lukad/obf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obf

obf is a Brainfuck interpreter using Llvm.

Demo

asciicast

Installing

Prerequesites

Install OCaml and OPAM.

Building from source

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

About

🧠 obf is a Brainfuck interpreter using LLVM written in OCaml

Topics

Resources

License

Stars

Watchers

Forks