got some basics working!

This commit is contained in:
2023-12-27 14:32:00 -08:00
parent 7101b62efb
commit 53a9d081bb
9 changed files with 125 additions and 31 deletions

View File

@@ -226,11 +226,11 @@ impl ValueTree for ProgramTree {
}
fn simplify(&mut self) -> bool {
unimplemented!()
false
}
fn complicate(&mut self) -> bool {
unimplemented!()
false
}
}