Function bftextmaker::gen_code
source ยท pub fn gen_code(input: &str, max_memory: usize) -> (String, usize)
Expand description
Generates code for the given text. Uses up to the max_memory. Reccomended max is 15. Returns the code as well as the memory actually used