To use it, you need to have Rust and LLVM installed on your system.
cargo run <source_file.mbt> >> <output_file.ll>
lli <output_file.ll>There is much much ... much to do! Feel free to open issues or submit pull requests! Any help is appreciated and it could be a great way to learn about compiler construction and LLVM! You can check the ROADMAP.md file for planned features and improvements.
