|
bfx
An interpreter, compiler, and REPL for brainfuck-like languages
|
Structure to represent an index in a file (or user input). More...
#include <bfx.h>
Data Fields | |
| int | idx |
| Index within the file or user input. | |
| int | line |
| Line number in the file or user input. | |
| int | line_idx |
| Index within the line. | |
Structure to represent an index in a file (or user input).
| int idx |
Index within the file or user input.
| int line |
Line number in the file or user input.
| int line_idx |
Index within the line.