mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-15 05:45:02 +01:00
codegen works
This commit is contained in:
parent
eda2476021
commit
2df17352d1
6 changed files with 52 additions and 53 deletions
|
|
@ -82,9 +82,6 @@ impl<'c, W: Write, R: Read> Interpreter<'c, W, R> {
|
|||
self.ip = pos;
|
||||
}
|
||||
}
|
||||
Stmt::Jmp(pos) => {
|
||||
self.ip = pos;
|
||||
}
|
||||
Stmt::End => break,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue