toggle to show input as bytes or text

This commit is contained in:
Crispy 2024-10-07 17:29:56 +02:00
parent 34fb5f1dd2
commit e9b03b937b
2 changed files with 51 additions and 17 deletions

View file

@ -58,6 +58,10 @@ impl Machine {
&self.input
}
pub fn input_index(&self) -> usize {
self.input_index
}
pub fn step_count(&self) -> usize {
self.steps
}