#include "bfx.h"
#include "util.h"
#include <pthread.h>
Go to the source code of this file.
◆ bfx_brainfork_init()
Initialize the Brainfork interpreter.
- Parameters
-
| bfx | Pointer to the already-allocated interpreter struct |
◆ bfx_brainfork_run()
Run the Brainfork interpreter.
- Parameters
-
| bfx | Pointer to the interpreter struct |
◆ bfx_brainfork_run_child()
| void * bfx_brainfork_run_child |
( |
void * |
arg | ) |
|
Run the Brainfork interpreter in a child thread.
- Parameters
-
| arg | Pointer to the interpreter struct |
◆ bfx_op_brainfork_fork()