|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Structure to represent data for the pbrain language. More...
#include <pbrain.h>
Data Fields | |
| BFX_PBrainProcedure | procedures [256] |
| Array of procedures. | |
| size_t | procedures_len |
| Length of the procedures array. | |
| size_t | stack [16] |
| Array of stack elements. | |
| size_t | stack_top |
| Top index of the stack. | |
Structure to represent data for the pbrain language.
This populates the lang_data field in a BFX instance.
| BFX_PBrainProcedure procedures[256] |
Array of procedures.
| size_t procedures_len |
Length of the procedures array.
| size_t stack[16] |
Array of stack elements.
| size_t stack_top |
Top index of the stack.