use juno_build::JunoCompiler; fn main() { JunoCompiler::new() .file_in_src("patterns.jn") .unwrap() .build() .unwrap(); }