toggle to show input as bytes or text
This commit is contained in:
parent
34fb5f1dd2
commit
e9b03b937b
2 changed files with 51 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue