just 1.13.0

🤖 Just a command runner
Documentation
use super::*;

pub fn compile(text: &str) {
  let _ = compiler::Compiler::compile(text);
}