Looks like the brainfuck is working. It can do a hello world program.
This commit is contained in:
parent
5b18849ddc
commit
38104f60f3
3 changed files with 78 additions and 4 deletions
|
@ -18,6 +18,8 @@ class Brainfucker {
|
|||
void run(int count);
|
||||
void set_code(string &code);
|
||||
void reset();
|
||||
void jump_backward();
|
||||
void jump_forward();
|
||||
};
|
||||
|
||||
class GameEngine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue