|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Structure to represent a procedure in the pbrain language. More...
#include <pbrain.h>
Data Fields | |
| char | identifier |
| Identifier of the procedure. | |
| size_t | start_idx |
| Start index of the procedure. | |
| size_t | end_idx |
| End index of the procedure. | |
Structure to represent a procedure in the pbrain language.
| size_t end_idx |
End index of the procedure.
| char identifier |
Identifier of the procedure.
| size_t start_idx |
Start index of the procedure.