bfx
An interpreter, compiler, and REPL for brainfuck-like languages
Loading...
Searching...
No Matches
BFX_WeaveWrapper Struct Reference

Weave thread wrapper structure. More...

Data Fields

BFXbfx
 Pointer to the main BFX interpreter structure.
 
BFX_Error(* ops [128])(BFX *, BFX_FileIndex *)
 Pointer to the array of operations.
 

Detailed Description

Weave thread wrapper structure.

Used in bfx_weave_create() for pthread_create().

Field Documentation

◆ bfx

BFX* bfx

Pointer to the main BFX interpreter structure.

◆ ops

BFX_Error(* ops[128])(BFX *, BFX_FileIndex *)

Pointer to the array of operations.


The documentation for this struct was generated from the following file: