BrainFCompiler-LLVM A Brainfuck toy compiler that generates an ELF file through LLVM and links it using clang. Requirements LLVM Clang Rust Usage You just clone the repo and run, cargo run --release _sourcefile.bf_ Related My other brainfuck compiler. mucinoab/BrainFCompiler