This commit is contained in:
2026-04-10 16:13:45 -04:00
parent bdf08ce52c
commit 29316e6353
16 changed files with 520 additions and 338 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ fn main() {
let mut output = CompilerOutput::new();
let nodes = Nodes::parse_root(&path, &mut output);
if let Some((nodes, root)) = nodes {
nodes.format(&mut std::io::stdout(), root).unwrap();
println!();
println!("{}", root.dsp(&nodes));
}
output.write(&mut std::io::stdout());
}