no jetbrains
Some checks failed
/ Test-Suite (push) Has been cancelled

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-24 19:05:14 -05:00
parent 4c94286edb
commit b6619439ec
2 changed files with 6 additions and 7 deletions

View File

@ -26,7 +26,6 @@
rust-bin.beta.latest.rust-analyzer
rust-bin.beta.latest.rustfmt
rust-bin.beta.latest.rust-std
jetbrains.rust-rover
gdb
];
shellHook = ''

View File

@ -85,12 +85,12 @@ pub fn plushy_to_push(genes: Vec<Gene>) -> Vec<Gene> {
return plushy_buffer;
} else {
let first_gene = plushy_buffer.pop().unwrap();
match &first_gene {
Gene::Close => if has_openers(&push_buffer) {
let ndx: usize;
let opener
},
}
// match &first_gene {
// Gene::Close => if has_openers(&push_buffer) {
// let ndx: usize;
// let opener;
// },
// }
}
}
}