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

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.
 

Detailed Description

Structure to represent a procedure in the pbrain language.

Field Documentation

◆ end_idx

size_t end_idx

End index of the procedure.

◆ identifier

char identifier

Identifier of the procedure.

◆ start_idx

size_t start_idx

Start index of the procedure.


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