forked from AbleOS/ableos
formater
This commit is contained in:
parent
bb37de554f
commit
f0956b529c
|
@ -70,15 +70,15 @@ impl Package {
|
||||||
let mut bytes = Vec::new();
|
let mut bytes = Vec::new();
|
||||||
// compile here
|
// compile here
|
||||||
|
|
||||||
// let _ = hblang::run_compiler(
|
|
||||||
// &path,
|
|
||||||
// Options {
|
|
||||||
// fmt: true,
|
|
||||||
// ..Default::default()
|
|
||||||
// },
|
|
||||||
// &mut bytes,
|
|
||||||
// );
|
|
||||||
println!("Precompilation");
|
println!("Precompilation");
|
||||||
|
let _ = hblang::run_compiler(
|
||||||
|
&path,
|
||||||
|
Options {
|
||||||
|
fmt: true,
|
||||||
|
..Default::default()
|
||||||
|
},
|
||||||
|
&mut bytes,
|
||||||
|
);
|
||||||
let _ = hblang::run_compiler(&path, Default::default(), &mut bytes);
|
let _ = hblang::run_compiler(&path, Default::default(), &mut bytes);
|
||||||
println!("Post-compilation");
|
println!("Post-compilation");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue