hypothalamus 0.1.0

A Brainfuck AOT compiler with an LLVM IR backend
Documentation
1
2
3
4
pub mod bf;
pub mod llvm;

pub const DEFAULT_TAPE_SIZE: usize = 30_000;