|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Weave thread wrapper structure. More...
Data Fields | |
| BFX * | bfx |
| Pointer to the main BFX interpreter structure. | |
| BFX_Error(* | ops [128])(BFX *, BFX_FileIndex *) |
| Pointer to the array of operations. | |
Weave thread wrapper structure.
Used in bfx_weave_create() for pthread_create().
| BFX_Error(* ops[128])(BFX *, BFX_FileIndex *) |
Pointer to the array of operations.