BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
bfc_program_t Struct Reference

Owning representation of a loaded source file. More...

#include <bfc_io.h>

Data Fields

char * path
char * buffer
size_t file_size
size_t line_count

Detailed Description

Owning representation of a loaded source file.

Note
path and buffer are released by bfc_program_destroy().

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