Merge new instruction definitions #2

Merged
rowan.a.tl merged 21 commits from dev into main 2025-04-19 23:09:05 -05:00
Showing only changes of commit c8fe24dd45 - Show all commits

View File

@ -821,6 +821,6 @@ mod tests {
let mut test_state = EMPTY_STATE;
test_state.int = vec![0, 1];
let test_instr = make_instruction_new!(int, _test_func, int, int);
//let test_instr = make_instruction_new!(int, _test_func, int, int);
}
}