This repository contains Brainfuck Just-In-Time compiler written in Haskell and LLVM 9.0.
- Make sure you have installed:
- LLVM 9.0,
- GHC 8.10.7,
- Cabal 3.6.2.0;
- Clone this repository.
- Go to the project directory and run
cabal install
. - Type
bf -h
for more info.
This project is licensed under MIT License.
Feel free to contact me at [email protected].