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

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.
 

Detailed Description

Structure to represent an index in a file (or user input).

Field Documentation

◆ idx

int idx

Index within the file or user input.

◆ line

int line

Line number in the file or user input.

◆ line_idx

int line_idx

Index within the line.


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