public class BrainfuckInterpreter extends Object implements Interpreter
| Constructor and Description |
|---|
BrainfuckInterpreter(Tape<?> tape,
DataInput input,
DataOutput output) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isExecuteCurrentLoopOrNoLoopPresent() |
InstructionPointer |
step(InstructionPointer instructionPointer) |
public BrainfuckInterpreter(Tape<?> tape, DataInput input, DataOutput output)
public InstructionPointer step(InstructionPointer instructionPointer) throws InterpreterException
step in interface InterpreterInterpreterExceptionprotected boolean isExecuteCurrentLoopOrNoLoopPresent()
Copyright © 2018. All rights reserved.